weavejester / eftest

Fast and pretty Clojure test runner
425 stars 40 forks source link

Do not fail if expected is not a seq #7

Closed dm3 closed 7 years ago

dm3 commented 7 years ago

Not sure if this is due to my tooling (boot repl, Ultra plugin for Leiningen), but pre-fix this fails on the following because expected is just 1.

(is (= 1 2))
iwillig commented 7 years ago

I just ran into this issue, can we merge this branch? Can I do anything to help?

weavejester commented 7 years ago

Ah, I thought I replied to this one.

I assume that by "fail" you mean raises an exception? If so, can you change the commit message to:

Fix error when expected value not a seq
dm3 commented 7 years ago

done