Closed weiwei closed 1 year ago
Patch coverage: 100.00
% and project coverage change: +0.27
:tada:
Comparison is base (
314d69c
) 97.96% compared to head (284189c
) 98.24%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This is to address #101, as well as other frequent xml schema support requirements.
I've thought about
JunitXml(flavor='pytest')
, but typings will be tricky when it comes to dealing with elements likeTestSuite
andTestCase
, which will also be different with those in the "standard" implementation, For example, autocompletion won't know thisTestCase
now has arerun_errors()
method.With implementation in this PR, a flavor and its elements are imported and used separately, and autocompletion works on each case.
Also address #97 by adding rudimentary types