-
Notifications
You must be signed in to change notification settings - Fork 4
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
Run tests in the corresponding -test
target if you're not in a test target.
#320
Comments
Hey @sbushmanov thanks for the questions. I think the issue here is that |
However, this does bring up a good question of should we do this. I sort of think it might make sense in your scenario to run the tests in the corresponding test target. |
Well, when I run |
I think this can be a feature request then. To run tests from the test module accompanying the current module, what do you think? |
-test
target if you're not in a test target.
Yea sure, I'll move it to the feature request repo. |
I'm trying to run "Test Target" in
nvim
'sdap
and getting error message:I've got directory tree like this:
and my
FunctionsTest.scala
looks like this:And my Metals Doctor output looks like this:
When I run
"Test Target"
onMain.scala
I do expect to see output of test results like this:however I'm getting an error message instead.
Are my expectations wrong?
The text was updated successfully, but these errors were encountered: