summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-12-24 19:08:04 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2017-12-24 19:08:04 +0200
commitd830ca6b02797c901a1f8a2db3d6fe16b302fe0c (patch)
tree6651bbc3453b828329d1ff33a02c3c54e900bf5b /doc
parentd9096e6ce58fba939bcdc764289dc524cb0900b2 (diff)
Add a note about clojure-expectations 2.2 adding support for clojure.test
Diffstat (limited to 'doc')
-rw-r--r--doc/running_tests.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/running_tests.md b/doc/running_tests.md
index bcc34745..29cbcfba 100644
--- a/doc/running_tests.md
+++ b/doc/running_tests.md
@@ -88,3 +88,6 @@ As a test framework author, supporting the built-in `clojure.test` machinery
The `test.check` library is a good example here. It was also designed completely
independently of `clojure.test`. It just adds compatibility in this
[namespace](https://github.com/clojure/test.check/blob/24f74b83f1c7a032f98efdcc1db9d74b3a6a794d/src/main/clojure/clojure/test/check/clojure_test.cljc).
+
+[clojure-expectations](https://github.com/clojure-expectations/expectations) added
+support for `clojure.test` in version 2.2 and should also work with CIDER.