.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
RELEASING.rst
pytest_xprocess.py
setup.cfg
setup.py
tox.ini
xprocess.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/main.yml
pytest_xprocess.egg-info/PKG-INFO
pytest_xprocess.egg-info/SOURCES.txt
pytest_xprocess.egg-info/dependency_links.txt
pytest_xprocess.egg-info/entry_points.txt
pytest_xprocess.egg-info/requires.txt
pytest_xprocess.egg-info/top_level.txt
tests/conftest.py
tests/server.py
tests/test_callback.py
tests/test_functional_workflow.py
tests/test_process_initialization.py
tests/test_process_termination.py
tests/test_resource_cleanup.py
tests/test_startup_timeout.py