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
(217 B)
ðŸ“
__pycache__
📄
asyncio_subprocess.py
(272 B)
📄
exceptions.py
(429 B)
📄
fake_popen.py
(12.77 KB)
📄
fake_process.py
(5.22 KB)
📄
fixtures.py
(247 B)
📄
process_dispatcher.py
(8.23 KB)
📄
process_recorder.py
(1.92 KB)
📄
py.typed
(0 B)
📄
types.py
(432 B)
📄
utils.py
(5.06 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