Closed fruch closed 3 months ago
@tchaikov @yarongilor, FYI
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.47%. Comparing base (
205cd85
) to head (5f4f6a9
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@tchaikov what do you think about this one ?
I do want to squeeze that in too, and make a release
when one uses
pytest-subtests
plugin, this plugin was able to report only the last report from the test, which is passing always (if no setup/teardown issues, or failure outside of the context of subtests), and the subtest failure were lost and not counted/reported.this change is fixing this, and collects all of the reports during a test and report them each on it's own.
this introduce a new field to the output of a test report,
subtest
if it's a report from subtest, it would be the message of that subtest.Fixes: #28