Closed AntekM closed 2 years ago
Currently if either test or tested code panics, such test is not displayed on the list of failed tests (it's only possible to find them all in summary console output) - they should be treated in the same way as tests where assertions failed.
This should be fixed in v0.6.5
Currently if either test or tested code panics, such test is not displayed on the list of failed tests (it's only possible to find them all in summary console output) - they should be treated in the same way as tests where assertions failed.