Phillip Mates
Phillip Mates
Hello, thanks for logging this issue and the reproduction steps. I definitely agree that the suggested behavior would lead to a better workflow and I tried to solve this already...
I remembered (vaguely) what was so hard about this fix: I found it difficult to make reporting work with nested facts when you catch exceptions thrown in non-check expressions of...
Hello, have you tried turning of colored results? According to https://github.com/marick/Midje/wiki/Colorizing#setting-color-via-environment-variable windows can have issues displaying results in color
Yes, I think addressing this would help a lot with the opaqueness of state-flow stacktraces https://github.com/nubank/state-flow/pull/35 / https://github.com/nubank/state-flow/pull/51 do this for test failures, to some extent, but not exceptions. I'm...
This sounds like the idea that @sovelten has been pushing forward that test frameworks should avoid being effectul until the very last moment possible. As in, they should decouple evaluating...
> 1. It's not a match. It's a match with a retry. This is not apparent to the user and I just found out when the test started failing and...