jonase / eastwood

Clojure lint tool
1.09k stars 66 forks source link

Support `clojure.test/is false` #384

Closed vemv closed 3 years ago

vemv commented 3 years ago

is false is a useful and handy pattern for creating robust tests.

There's also assert false, but test suites aren't guaranteed to run under *assert* true.

Likewise there's (throw ...) but it's more verbose and arguably less intentful.