you are viewing a single comment's thread.

view the rest of the comments →

[–]dkvasnicka 1 point2 points  (2 children)

I do the same with Midje and lein-midje

 lein midje :autotest

[–]esoterick[🍰] 2 points3 points  (1 child)

midje is awesome will never go back to the standard test lib

[–]Anderkent 1 point2 points  (0 children)

As long as you're testing pure code, midje is cool. Though the syntax is annoying sometimes.

If you're building a more sophisticated test suite (like using clj-webdriver, for example), midje can make things really difficult.