[ScalaTest] Is anyone able to run all tests in package? Follow
Hi,
I have several ScalaTest specs under one package, with each spec extending WordSpec with MustMatchers.
Run Tests in <package> never runs more than one ScalaTest spec per invocation with the following setup:
Dependency | Version |
---|---|
IDEA | IU-92.91 |
Scala Plugin | 0.3.262 |
Scala | scala-2.8.0.r19928-b20091129020233 |
ScalaTest | scalatest-1.0.1-for-scala-2.8.0.Beta1-RC1-with-test-interfaces-0.2-SNAPSHOT |
MacOS X | 10.5.8 |
Is there something wrong with the above?
Regards,
Franck Rasolo
Please sign in to leave a comment.
Hi,
I am finally able to run all ScalaTest specs that are recursively found under a given package.
I rolled up my sleeves and patched the Scala plugin for IDEA 9.0 - see attached.
Hope it helps others!
Regards,
Franck Rasolo
Attachment(s):
scalatest_run_all_tests.patch.zip
Thank you for patch! I integrate it now.
Best regards,
Alexander Podkhalyuzin.
I can't seem to get the latest Scala plugin to run ScalaTest on a package. Could this patch have been lost from recent builds?
I just fixed this. Please wait tomorrow nightly.
Best regards,
Alexander Podkhalyuzin.