[clojure] change run-all-tests alias to run-project-tests

The previous docstring said that there's a bug with cider-test-run-project-tests
but it seems to work fine now
This commit is contained in:
Timo Freiberg 2019-03-05 14:28:05 +01:00 committed by duianto
parent 978df8a70e
commit 4351063f6a
2 changed files with 3 additions and 5 deletions

View File

@ -1058,6 +1058,7 @@ Other:
(thanks to John Stevenson)
- Call interactive `cider-test-*` functions interactively (thanks to Timo
Freiberg)
- Change run-all-tests alias to run-project-tests (thanks to Timo Freiberg)
**** Coffeescript
- Improvements:
- Added basic autocompletion (thanks to Codruț Constantin Gușoi)

View File

@ -113,11 +113,8 @@ the focus."
(cider-load-buffer)
(cider-test-run-test))
(defalias 'spacemacs/cider-test-run-all-tests #'spacemacs/cider-test-run-ns-tests
"ns tests are not actually *all* tests;
cider-test-run-project-tests would be better here, but
there currently is a bug with the function. Replace once
it gets fixed.")
(defalias 'spacemacs/cider-test-run-all-tests #'spacemacs/cider-test-run-project-tests
"Runs all tests in all project namespaces.")
(defun spacemacs/cider-test-run-ns-tests ()
"Run namespace test."