/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pytest_subprocess
/
File Upload :
llllll
Current File: //opt/cloudlinux/venv/lib/python3.11/site-packages/pytest_subprocess/fixtures.py
from typing import Generator import pytest from . import FakeProcess @pytest.fixture def fp() -> Generator[FakeProcess, None, None]: """Fake subprocess calls.""" with FakeProcess() as process: yield process fake_process = fp
Copyright ©2k19 -
Hexid
|
Tex7ure