summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-11-15 16:37:33 +0200
committerBozhidar Batsov <bozhidar@tradeo.com>2014-11-15 16:37:33 +0200
commit524dea5587e5abe92fb7c0e34a63e3fc1160fae0 (patch)
treec34c5885d08379f2fce6e893afa68182776bf866 /README.md
parentee3fdfbf0d7eae6da19bc06a79ea78b09211f0f0 (diff)
[#784] Document the existence of cider-test-infer-test-ns and make it a defcustom
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index a7e47874..f4fba2b9 100644
--- a/README.md
+++ b/README.md
@@ -356,6 +356,11 @@ helpful for identifying each host.
Note that the history is written to the file when you kill the REPL
buffer (which includes invoking `cider-quit`) or you quit Emacs.
+* If your tests are not following the `some.ns-test` naming convention you can
+customize the variable `cider-test-infer-test-ns`. It should be bound to a
+function that takes the current ns and returns the matching test ns (which may
+be the same as the current ns).
+
### Minibuffer completion
Out-of-the box `CIDER` uses the standard `completing-read` Emacs mechanism. While it's not