We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9096e6 commit d830ca6Copy full SHA for d830ca6
doc/running_tests.md
@@ -88,3 +88,6 @@ As a test framework author, supporting the built-in `clojure.test` machinery
88
The `test.check` library is a good example here. It was also designed completely
89
independently of `clojure.test`. It just adds compatibility in this
90
[namespace](https://github.com/clojure/test.check/blob/24f74b83f1c7a032f98efdcc1db9d74b3a6a794d/src/main/clojure/clojure/test/check/clojure_test.cljc).
91
+
92
+[clojure-expectations](https://github.com/clojure-expectations/expectations) added
93
+support for `clojure.test` in version 2.2 and should also work with CIDER.
0 commit comments