Skip to content

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

@babysnakes

Description

@babysnakes

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions