Closed DavideCanton closed 2 months ago
Just one thing. When the "main" test pass but there is an error in a fixture teardown the recorded outcome will be "passed".
I kinda assumed the user is mainly interested in the actual test outcome, but probably your guess is better.
@prusse-martin I've updated both code and tests to consider also the setup phase and to give priority to failed
outcomes over the skipped
ones. Waiting for you review!
Thank you for fixing this.
Fixes #64
Added both tests for sequential and parallel usages.