-
-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Description
I'm only using emacs (and clojure) for a couple of months so I may be doing something wrong :(
Today I tried to use the nrepl.el
plugin. When trying to run tests (e.g. the lein2 default generated test) it returns nil and it doesn't seem to run. Trying to compile/load the file again doesn't help.
The clojure-test-run-tests
function causes another strange behavior:
- I load the test file to nrepl.
- I switch to the namespace of the test file
- I run the tests with
(run-tests)
- It shows one test failed (as it should).
- I switch to the test file and execute
clojure-test-run-tests
- Switching back to nrepl and running
(run-tests)
shows that 0 tests were running. - I have to load the test file again (e.g. with C-c, C-l) to make it run the tests again.
I'm using latest versions of everything (via melpa) and emacs 24.1.
Thanks
Metadata
Metadata
Assignees
Labels
No labels