-
Notifications
You must be signed in to change notification settings - Fork 637
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
intellij always executes StringSpec tests #367
Comments
What versions of junit, intellij, and kotlintest are you using in your build so I can duplicate. |
Gradle 4.8 wrapper, intellij 2018.1.5, |
Yes confirmed. It seems to run all StringSpec tests in the project when you run the test method but not when you run the class. |
sksamuel
added a commit
that referenced
this issue
Jun 29, 2018
Thanks, fixed in master. I'll be releasing 3.1.8 shortly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a non kotlin-test unit test (junit 5) that I'm trying to run with ctrl+shift+r. When that runs a StringSpec test that I have also executes. This is unexpected. It seems that the test runner in intellij always picks it up.
Given these two tests.
When I run shouldOnlyRunThis with ctrl+shift+r, FooTest (and any StringSpec tests) also execute.
The text was updated successfully, but these errors were encountered: