Skip to content

Commit d830ca6

Browse files
committed
Add a note about clojure-expectations 2.2 adding support for clojure.test
1 parent d9096e6 commit d830ca6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/running_tests.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,6 @@ As a test framework author, supporting the built-in `clojure.test` machinery
8888
The `test.check` library is a good example here. It was also designed completely
8989
independently of `clojure.test`. It just adds compatibility in this
9090
[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

Comments
 (0)