Midje provides a migration path from clojure.test to a more flexible, readable, abstract, and gracious style of testing
1.69k
stars
129
forks
source link
midje.config/with-augmented-config isn't honored by midje.emission.colorize #458
Closed
lverns closed 5 years ago
Given the following test, in a project that has no
.midje.clj
Then
(midje.repl/load-facts)
prints to stdout with color, as does(midje.config/with-augmented-config {:colorize false} (midje.repl/load-facts))
Adding a
.midje.clj
witheliminates the colorization as desired.