HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pytest.ini
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/usage.rst
pytest_subprocess/__init__.py
pytest_subprocess/asyncio_subprocess.py
pytest_subprocess/exceptions.py
pytest_subprocess/fake_popen.py
pytest_subprocess/fake_process.py
pytest_subprocess/fixtures.py
pytest_subprocess/process_dispatcher.py
pytest_subprocess/process_recorder.py
pytest_subprocess/py.typed
pytest_subprocess/types.py
pytest_subprocess/utils.py
pytest_subprocess.egg-info/PKG-INFO
pytest_subprocess.egg-info/SOURCES.txt
pytest_subprocess.egg-info/dependency_links.txt
pytest_subprocess.egg-info/entry_points.txt
pytest_subprocess.egg-info/requires.txt
pytest_subprocess.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/example_script.py
tests/test_asyncio.py
tests/test_examples.py
tests/test_subprocess.py
tests/test_typing.py
tests/test_utils.py