Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scalatest 2.0.M7 won't run nested Suites when used in conjunction w/BeforeAndAfterAll #45

Open
GoogleCodeExporter opened this issue Jan 11, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create test code like attached
2. Run tests from sbt (0.13.0)
3. Get rid of BeforeAndAfterAll in master test suite and notice that Suites 
tests run as expected.

What is the expected output? What do you see instead?
Expected output: 3 pending tests.  As-written I see the beforeAll output then 
hang (no nested tests run)

What version of the product are you using? On what operating system?
2.0.M7, Scala 2.10.2, sbt 0.13.0

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 16 Sep 2013 at 2:23

Attachments:

@GoogleCodeExporter
Copy link
Author

Sorry about that one. This is already fixed in master and will be included in 
the next release. I'll make a release today, either a SNAP or an M8. Probably 
better do an M8. In the meantime, you can work around it by mixing in 
SequentialNestedSuitesExecution.

Original comment by [email protected] on 16 Sep 2013 at 4:44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant