🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 02:29:45 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pytest_subprocess
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/pytest_subprocess
🔄 Refresh
✏️
Editing: fixtures.py
Read Only
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
💾 Save Changes
❌ Cancel