Closed
Description
When trying to run clojure.test tests in a namespace that doesn't end in -test
, cider-test-run-tests
tries to locate the namespace named by the current buffer with -test
appended.
This makes it unusable in such buffers. leiningen
's tests do not follow this expected naming scheme for example.