.editorconfig
.gitignore
.readthedocs.yaml
CHANGES.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
setup.cfg
docs/Makefile
docs/api.rst
docs/changes.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/make.bat
docs/related_work.rst
docs/usage.rst
docs/_static/dlr.css
docs/_static/dlr.svg
docs/_static/favicon.ico
docs/_static/tex-mml-chtml.js
examples/Makefile
examples/test_basic.py
examples/test_fail.py
examples/test_mpi_deadlock.py
examples/test_mpi_tmp_path.py
examples/test_no_mpi.py
examples/test_number_of_processes_matches_ranks.py
examples/test_one_aborting_rank.py
examples/test_one_failing_rank.py
examples/test_session_scoped_fixtures.py
examples/test_skip.py
examples/test_timeout.py
examples/test_xfail.py
src/pytest_isolate_mpi/__init__.py
src/pytest_isolate_mpi/_constants.py
src/pytest_isolate_mpi/_fixturecache.py
src/pytest_isolate_mpi/_helpers.py
src/pytest_isolate_mpi/_plugin.py
src/pytest_isolate_mpi/fixtures.py
src/pytest_isolate_mpi.egg-info/PKG-INFO
src/pytest_isolate_mpi.egg-info/SOURCES.txt
src/pytest_isolate_mpi.egg-info/dependency_links.txt
src/pytest_isolate_mpi.egg-info/entry_points.txt
src/pytest_isolate_mpi.egg-info/requires.txt
src/pytest_isolate_mpi.egg-info/top_level.txt
tests/conftest.py
tests/pytest.ini
tests/test_examples.py