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 d423eae commit 42db155Copy full SHA for 42db155
doc/clojure_test/assertions.md
@@ -32,6 +32,12 @@ FAIL in sample-test/my-test (sample_test.clj:4)
32
Test ran without assertions. Did you forget an (is ...)?
33
```
34
35
+### Missing assertions are configurable
36
+
37
+There are two ways to disable this detection:
38
39
+* Enable `:mute-zero-assertion?` at `tests.edn`.
40
+* Use `--mute-zero-assertion` in command line argument.
41
42
43
## Detecting single argument `=`
0 commit comments