.gitignore .pre-commit-config.yaml CHANGELOG.rst CODE_OF_CONDUCT.md CONTRIBUTING.rst LICENSE MANIFEST.in README.rst RELEASING.rst pyproject.toml setup.cfg setup.py tox.ini .github/pull_request_template.md .github/ISSUE_TEMPLATE/bug_report.md .github/ISSUE_TEMPLATE/config.yml .github/ISSUE_TEMPLATE/feature_request.md .github/ISSUE_TEMPLATE/question.md .github/workflows/main.yml docs/Makefile docs/make.bat docs/source/changes.rst docs/source/command_line_options.rst docs/source/conf.py docs/source/contact.rst docs/source/contributing.rst docs/source/index.rst docs/source/info.rst docs/source/starter.rst 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_interruption_clean_up.py tests/test_process_initialization.py tests/test_process_termination.py tests/test_resource_cleanup.py tests/test_startup_timeout.py xprocess/__init__.py xprocess/pytest_xprocess.py xprocess/xprocess.py