testing

Testing tools, testing philosophy & methodology...
grierson 2019-12-06T11:52:01.019100Z

In midje how do I (fact + => +) getting Cannont cast clojure.core$PLUS to java.lang.Number error

grierson 2019-12-06T11:53:42.019700Z

just using (fact (= + +) => true) at the moment to get round it

seancorfield 2019-12-06T17:59:19.020300Z

@grierson That sounds like a bug in Midje...

seancorfield 2019-12-06T18:03:40.021600Z

(you'll find a lot of folks have criticisms of Midje as not being very idiomatic and being too full of macro magic, so if you are not yet fully committed to Midje, you might want to consider alternatives...)

seancorfield 2019-12-06T18:04:29.022600Z

I just looked at the commit history -- I didn't realize Brian (Marick) stopped working on it over three years ago and that a couple of other folks seem to have taken over maintenance...