Midje icon indicating copy to clipboard operation
Midje copied to clipboard

Midje provides a migration path from clojure.test to a more flexible, readable, abstract, and gracious style of testing

Results 43 Midje issues
Sort by recently updated
recently updated
newest added

I miss not being able to run specific facts. I often end up commenting out the whole file so I can focus on one test. I know I'm probably backwards...

wishlist

I'm not really sure whether this is related to https://github.com/marick/Midje/issues/87 so I open a new issue. I believe the idea of passing a CapturedThrowable object to every checker on the...

2.0

It would be nice if roughly supported collections as arguments. For example, let's say we have a matrix returned by a function defined as: ``` [[1.0 2.0 3.0] [4.0 5.0...

wishlist