X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/pytest_subprocess
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pytest_subprocess
/
??
..
??
__init__.py
(226 B)
??
__pycache__
??
asyncio_subprocess.py
(279 B)
??
exceptions.py
(442 B)
??
fake_popen.py
(15.45 KB)
??
fake_process.py
(5.38 KB)
??
fixtures.py
(262 B)
??
process_dispatcher.py
(8.85 KB)
??
process_recorder.py
(1.98 KB)
??
py.typed
(0 B)
??
types.py
(488 B)
??
utils.py
(5.28 KB)
Editing: exceptions.py
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"""
Upload File
Create Folder