.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.md
pyproject.toml
setup.cfg
.github/workflows/build-and-test.yml
.github/workflows/publish.yml
src/pytest_opentelemetry/__init__.py
src/pytest_opentelemetry/instrumentation.py
src/pytest_opentelemetry/plugin.py
src/pytest_opentelemetry/resource.py
src/pytest_opentelemetry.egg-info/PKG-INFO
src/pytest_opentelemetry.egg-info/SOURCES.txt
src/pytest_opentelemetry.egg-info/dependency_links.txt
src/pytest_opentelemetry.egg-info/entry_points.txt
src/pytest_opentelemetry.egg-info/requires.txt
src/pytest_opentelemetry.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_plugin.py
tests/test_resource.py
tests/test_sessions.py
tests/test_spans.py