Is there a way, via cider
or some other emacs extension, to run all of the tests in a leiningen project?
cider
has the function cider-test-run-tests
which attempts to just run the tests
related to the code in the current buffer. That's fine, but often I want to run all of the tests in a project. (In fact, I'd like to run this all the time while editing.) I can't seem to find a simple way to say "find all of the tests in this project and run them."
Does anyone know how to do this?