test-reporter/__tests__/__outputs__/python-xunit-pytest.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

968 B

Tests failed

Report Passed Failed Skipped Time
fixtures/python-xunit-pytest.xml 6 2 2 19ms

 fixtures/python-xunit-pytest.xml

10 tests were completed in 19ms with 6 passed, 2 failed and 2 skipped.

Test suite Passed Failed Skipped Time
pytest 6 2 2 19ms

 pytest

tests.test_lib
  ✅ test_always_pass
  ✅ test_with_subtests
  ✅ test_parameterized[param1]
  ✅ test_parameterized[param2]
  ⚪ test_always_skip
  ❌ test_always_fail
	assert False
  ⚪ test_expected_failure
  ❌ test_error
	Exception: error
  ✅ test_with_record_property
custom_classname
  ✅ test_with_record_xml_attribute