Skip to content
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

Running clojure-test-run-tests when using nrepl.el doesn't seem to work. #95

Closed
babysnakes opened this issue Aug 15, 2012 · 4 comments
Closed

Comments

@babysnakes
Copy link

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

@technomancy
Copy link
Contributor

Yeah, sorry... this is still a work in progress; should make that clearer.

@babysnakes
Copy link
Author

Oops, sorry :)

... and thanks for all the great libraries you're working on.

@bonega
Copy link
Contributor

bonega commented Nov 11, 2012

Should probably be closed: #99

@bbatsov
Copy link
Member

bbatsov commented Dec 30, 2012

Yep, I think so as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants