/opt/cloudlinux/venv/lib/python3.11/site-packages/pytest_subprocess
NameSizeModeActions
__pycache__/-0755rm
asyncio_subprocess.py2790644editdlrm
exceptions.py4420644editdlrm
fake_popen.py158180644editdlrm
fake_process.py55060644editdlrm
fixtures.py2620644editdlrm
process_dispatcher.py90600644editdlrm
process_recorder.py20300644editdlrm
py.typed00644editdlrm
types.py4880644editdlrm
utils.py54050644editdlrm
__init__.py2260644editdlrm
Edit: /opt/cloudlinux/venv/lib/python3.11/site-packages/pytest_subprocess/exceptions.py (442B)
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"""