Sometimes the test output colour is as if a test failed when actually it passed (see the expanded nodes in the attached screenshot).
I've included an example of where this goes wrong on a C kata, however this isn't the first time/language where I've seen it.
To Reproduce
Fork or copy my solution here and run against the main tests.
It happens when there are it blocks without any assertions in some languages. I've fixed the kata, but I'm not sure if it's considered a runner issue in general or not.
Describe the bug
Sometimes the test output colour is as if a test failed when actually it passed (see the expanded nodes in the attached screenshot). I've included an example of where this goes wrong on a C kata, however this isn't the first time/language where I've seen it.
To Reproduce
Fork or copy my solution here and run against the main tests.
Expected Behavior
Everything should be the colour of success.
Screenshots