.gitignore
.pre-commit-config.yaml
Dockerfile.test
README.md
docker-compose.test.yml
pyproject.toml
tox.ini
.github/workflows/quality.yml
.github/workflows/release.yml
.github/workflows/test.yml
scripts/test-all.sh
scripts/test-single.sh
src/pytest_junit_logging/__init__.py
src/pytest_junit_logging/log_capture.py
src/pytest_junit_logging/plugin.py
src/pytest_junit_logging/xml_formatter.py
src/pytest_junit_logging.egg-info/PKG-INFO
src/pytest_junit_logging.egg-info/SOURCES.txt
src/pytest_junit_logging.egg-info/dependency_links.txt
src/pytest_junit_logging.egg-info/entry_points.txt
src/pytest_junit_logging.egg-info/requires.txt
src/pytest_junit_logging.egg-info/top_level.txt
tests/conftest.py
tests/test_integration.py
tests/test_log_capture.py
tests/test_log_level_filtering.py
tests/test_plugin_lifecycle.py
tests/test_scope_distribution.py
tests/test_xml_formatter.py