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"""
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| __init__.py | File | 226 B | 0644 |
|
| asyncio_subprocess.py | File | 279 B | 0644 |
|
| exceptions.py | File | 442 B | 0644 |
|
| fake_popen.py | File | 15.45 KB | 0644 |
|
| fake_process.py | File | 5.38 KB | 0644 |
|
| fixtures.py | File | 262 B | 0644 |
|
| process_dispatcher.py | File | 8.85 KB | 0644 |
|
| process_recorder.py | File | 1.98 KB | 0644 |
|
| py.typed | File | 0 B | 0644 |
|
| types.py | File | 488 B | 0644 |
|
| utils.py | File | 5.28 KB | 0644 |
|