-
-
Notifications
You must be signed in to change notification settings - Fork 652
Closed
Labels
enhancementgood first issueA simple tasks suitable for first-time contributorsA simple tasks suitable for first-time contributors
Description
Presently, this can only be called from the test
NS.
It would be nice if you could call cider-test-run-test
from the src
NS, instead of having to run the whole cider-test-run-ns-tests
.
This should be possible if your deftest
function is named consistently with the source function. So with point on source function foo
, invoking cider-test-run-test
would look for a corresponding test
named foo
or foo-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.
Metadata
Metadata
Assignees
Labels
enhancementgood first issueA simple tasks suitable for first-time contributorsA simple tasks suitable for first-time contributors