[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) (thanks to John Stevenson)
- Call interactive `cider-test-*` functions interactively (thanks to Timo - Call interactive `cider-test-*` functions interactively (thanks to Timo
Freiberg) Freiberg)
- Change run-all-tests alias to run-project-tests (thanks to Timo Freiberg)
**** Coffeescript **** Coffeescript
- Improvements: - Improvements:
- Added basic autocompletion (thanks to Codruț Constantin Gușoi) - Added basic autocompletion (thanks to Codruț Constantin Gușoi)

View file

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