/opt/cloudlinux/venv/lib/python3.11/site-packages/pytest_subprocess
NameSizeModeActions
__pycache__/-0755rm
asyncio_subprocess.py2720644editdlrm
exceptions.py4290644editdlrm
fake_popen.py130730644editdlrm
fake_process.py53430644editdlrm
fixtures.py2470644editdlrm
process_dispatcher.py84250644editdlrm
process_recorder.py19670644editdlrm
py.typed00644editdlrm
types.py4320644editdlrm
utils.py51780644editdlrm
__init__.py2170644editdlrm
Edit: /opt/cloudlinux/venv/lib/python3.11/site-packages/pytest_subprocess/exceptions.py (429B)
class ProcessNotRegisteredError(Exception): """ Raised when the attempted command wasn't registered before. Use `fake_process.allow_unregistered(True)` if you want to use real subprocess. """ class IncorrectProcessDefinition(Exception): """Raised when the register() has been called with wrong arguments""" class PluginInternalError(Exception): """Raised in case of an internal error in the plugin"""