test-reporter/__tests__/__outputs__/python-xunit-unittest.md
Michael Marcus c1a56edcfe Enhance pytest support
Add robust test schema for pytest report
Update README with sample pytest command
2025-11-15 11:55:41 -05:00

922 B

Tests failed

Report Passed Failed Skipped Time
fixtures/python-xunit-unittest.xml 4 2 2 1ms

 fixtures/python-xunit-unittest.xml

8 tests were completed in 1ms with 4 passed, 2 failed and 2 skipped.

Test suite Passed Failed Skipped Time
TestAcme-20251114214921 4 2 2 1ms

 TestAcme-20251114214921

TestAcme
  ✅ test_always_pass
  ✅ test_parameterized_0_param1
  ✅ test_parameterized_1_param2
  ✅ test_with_subtests
  ❌ test_always_fail
	AssertionError: failed
  ❌ test_error
	Exception: error
  ⚪ test_always_skip
  ⚪ test_expected_failure