404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.225.95.98: ~ $
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

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
__init__.py File 217 B 0644
asyncio_subprocess.py File 272 B 0644
exceptions.py File 429 B 0644
fake_popen.py File 12.77 KB 0644
fake_process.py File 5.22 KB 0644
fixtures.py File 247 B 0644
process_dispatcher.py File 8.23 KB 0644
process_recorder.py File 1.92 KB 0644
py.typed File 0 B 0644
types.py File 432 B 0644
utils.py File 5.06 KB 0644