Current Path : /opt/cloudlinux/venv/lib/python3.11/site-packages/pytest_subprocess/ |
Current File : //opt/cloudlinux/venv/lib/python3.11/site-packages/pytest_subprocess/__init__.py |
"""Main module""" from . import exceptions from .fake_process import FakeProcess ProcessNotRegisteredError = exceptions.ProcessNotRegisteredError __all__ = ["FakeProcess", "exceptions", "ProcessNotRegisteredError"]