You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.