-
-
Notifications
You must be signed in to change notification settings - Fork 646
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
Support cider-test-run-test
from the src
NS
#2958
Comments
That's a good idea and it should be fairly simple to implement. |
Hi, I'd really like to work on this if there is still a desire for this functionality. |
I think the use case is the following:
|
Seems to me the third bullet should read:
|
CIDER Now, it will run the first valid test found at point for:
Docs: https://docs.cider.mx/cider/testing/running_tests.html |
Presently, this can only be called from the
test
NS.It would be nice if you could call
cider-test-run-test
from thesrc
NS, instead of having to run the wholecider-test-run-ns-tests
.This should be possible if your
deftest
function is named consistently with the source function. So with point on source functionfoo
, invokingcider-test-run-test
would look for a correspondingtest
namedfoo
orfoo-test
(considering that the style guide now now encourages it).The only alternative I see now is using
-with-filters
but that's not too convenient.The text was updated successfully, but these errors were encountered: