.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/release.yaml
src/pytest_swarm/__init__.py
src/pytest_swarm/_execution.py
src/pytest_swarm/_fixture_helpers.py
src/pytest_swarm/_resolver.py
src/pytest_swarm/_runner.py
src/pytest_swarm/conftest.py
src/pytest_swarm/plugin.py
src/pytest_swarm.egg-info/PKG-INFO
src/pytest_swarm.egg-info/SOURCES.txt
src/pytest_swarm.egg-info/dependency_links.txt
src/pytest_swarm.egg-info/entry_points.txt
src/pytest_swarm.egg-info/requires.txt
src/pytest_swarm.egg-info/top_level.txt
tests/__init__.py
tests/_helpers.py
tests/test_autouse.py
tests/test_fixture_scopes.py
tests/test_generate_tests.py
tests/test_hooks.py
tests/test_performance.py
tests/test_thread_safety.py
tests/test_transitive_deps.py
tests/test_workers.py