Fork me on GitHub
#test-check
<
2018-04-08
>
gfredericks20:04:15

Would it be possible to have a generic test assertions library that plugs into both test.check and clojure.test and other testing libraries?

gfredericks20:04:07

test.check and clojure.test both have an impoverishment of assertions, where testing-specific assertions are needed so that specific feedback can be given to the user about how it failed

gfredericks20:04:30

and it would be sad for that problem to be addressed in one library without the other