.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish-to-pypi.yml
.github/workflows/test.yml
pytest_junit_xray_xml.egg-info/PKG-INFO
pytest_junit_xray_xml.egg-info/SOURCES.txt
pytest_junit_xray_xml.egg-info/dependency_links.txt
pytest_junit_xray_xml.egg-info/entry_points.txt
pytest_junit_xray_xml.egg-info/requires.txt
pytest_junit_xray_xml.egg-info/top_level.txt
src/__init__.py
src/_version.py
src/exceptions.py
src/fixtures.py
src/junit_xml_xray_xml.py
src/plugin.py
src/utils.py
tests/conftest.py
tests/test_junit_xray_xml.py