Closed claynon closed 1 year ago
When I run lein midje and the output of failed tests are too it's hard to find out which namespaces have tests that failed. So it would be nice to have this list of namespace in the end sumary Nowadays the sumary looks like this:
lein midje
FAILURE: 7 checks failed. (But 193 succeeded.) Subprocess failed
It would be nice if it looked like this:
FAILURE: 7 checks failed. (But 193 succeeded.) namespaces with failed tests: project.foo.anteater-test project.tapir-test project.capybara-test Subprocess failed
Hi, @claynon . Don't know if you still need it, but there's a configuration setting for that. https://github.com/marick/Midje/wiki/Configuration-files You can use (change-defaults :visible-failure-namespace true).
(change-defaults :visible-failure-namespace true)
When I run
lein midje
and the output of failed tests are too it's hard to find out which namespaces have tests that failed. So it would be nice to have this list of namespace in the end sumary Nowadays the sumary looks like this:It would be nice if it looked like this: