summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBenedek Fazekas <benedek.fazekas@gmail.com>2018-03-25 22:03:13 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-04-03 07:26:35 +0300
commit918789346ec9b06991050e5be13e70641b6add47 (patch)
treeedea9a27dc1c2ff337c0e39cd16621532952fd2f /CHANGELOG.md
parent8987e77a43d48013163a740cf2fa538105693083 (diff)
Add test selector support
Test all and test ns understand leiningen style test selectors, eg metadata markers on `deftest`s. No support for namespace level metada markers for now. If test selector is specified only the test(s) run that have that selector in their metadata. If all loaded tests or project tests are invoked with prefix, ask for test selector in the minibuffer. A command is available to run ns tests with a selector.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c2802a6..19fe375a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@
* Add support for shadow-cljs to `cider-jack-in`.
* [#2244](https://github.com/clojure-emacs/cider/issues/2244): Display the REPL type in the modeline.
* [#2238](https://github.com/clojure-emacs/cider/pull/2238): Allow specifying predicates for entries in `cider-jack-in-lein-plugins` and `cider-jack-in-nrepl-middlewares`.
+* Add support for test selectors. If test all or all loaded is called with a prefix ask for a selector in the minibuffer and only run those tests in the project which are marked with the selector. Add variation of test namespace which asks for a selector the same way and only runs a subset of the namespace tests.
### Bugs Fixed