.codecov.yml
.coveragerc
.gitignore
.pre-commit-config.yaml
.pylint-spelling-words
.pylintrc
.readthedocs.yaml
CHANGELOG.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.rst
noxfile.py
pyproject.toml
pytest.ini
setup.cfg
setup.py
.github/CODEOWNERS
.github/workflows/testing.yml
.pre-commit-hooks/check-changelog-entries.py
.pre-commit-hooks/copyright-headers.py
.pre-commit-hooks/sort-pylint-spelling-words.py
changelog/_template.rst
docs/Makefile
docs/all.rst
docs/changelog.rst
docs/conf.py
docs/contents.rst
docs/index.rst
docs/make.bat
docs/sitevars.rst
docs/_static/.gitkeep
docs/_static/css/inline-include.css
docs/_static/img/SaltProject_Logomark_teal.png
docs/_static/img/SaltProject_altlogo_teal.png
docs/ref/modules.rst
docs/ref/pytestshellutils.rst
docs/ref/pytestshellutils.utils.rst
requirements/base.txt
requirements/changelog.txt
requirements/docs.txt
requirements/lint.txt
requirements/tests.txt
src/pytest_shell_utilities.egg-info/PKG-INFO
src/pytest_shell_utilities.egg-info/SOURCES.txt
src/pytest_shell_utilities.egg-info/dependency_links.txt
src/pytest_shell_utilities.egg-info/entry_points.txt
src/pytest_shell_utilities.egg-info/not-zip-safe
src/pytest_shell_utilities.egg-info/requires.txt
src/pytest_shell_utilities.egg-info/top_level.txt
src/pytestshellutils/__init__.py
src/pytestshellutils/customtypes.py
src/pytestshellutils/exceptions.py
src/pytestshellutils/plugin.py
src/pytestshellutils/shell.py
src/pytestshellutils/version.py
src/pytestshellutils/downgraded/__init__.py
src/pytestshellutils/downgraded/customtypes.py
src/pytestshellutils/downgraded/exceptions.py
src/pytestshellutils/downgraded/plugin.py
src/pytestshellutils/downgraded/shell.py
src/pytestshellutils/downgraded/utils/__init__.py
src/pytestshellutils/downgraded/utils/ports.py
src/pytestshellutils/downgraded/utils/processes.py
src/pytestshellutils/downgraded/utils/socket.py
src/pytestshellutils/downgraded/utils/time.py
src/pytestshellutils/utils/__init__.py
src/pytestshellutils/utils/ports.py
src/pytestshellutils/utils/processes.py
src/pytestshellutils/utils/socket.py
src/pytestshellutils/utils/socket.pyi
src/pytestshellutils/utils/time.py
src/pytestshellutils/utils/time.pyi
tests/__init__.py
tests/conftest.py
tests/functional/__init__.py
tests/functional/shell/__init__.py
tests/functional/shell/test_daemon.py
tests/functional/shell/test_fixture.py
tests/functional/shell/test_script_subprocess.py
tests/functional/shell/test_subprocess.py
tests/support/coverage/sitecustomize.py
tests/unit/__init__.py
tests/unit/customtypes/__init__.py
tests/unit/customtypes/test_callback.py
tests/unit/utils/__init__.py
tests/unit/utils/test_format_callback_to_string.py
tests/unit/utils/test_ports.py
tests/unit/utils/test_processresult.py