mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
feat: add pytest junit parser and simple test
This commit is contained in:
parent
e9fa2f582c
commit
a007309f5d
6 changed files with 214 additions and 17 deletions
7
__tests__/fixtures/external/pytest/single-case.xml
vendored
Normal file
7
__tests__/fixtures/external/pytest/single-case.xml
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<testsuites>
|
||||
<testsuite name="pytest" errors="0" failures="0" skipped="0" tests="1" time="0.178"
|
||||
timestamp="2023-03-08T11:47:09.377238" hostname="0e634555ad5c">
|
||||
<testcase classname="product_changes.tests.first_test.MyTestCase" name="test_something" time="0.133"/>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
Loading…
Add table
Add a link
Reference in a new issue