Files
thefuck/tests/functional/conftest.py
T
2023-07-10 14:34:46 +02:00

7 lines
152 B
Python

import pytest
@pytest.fixture(autouse=True)
def build_container_mock(mocker):
return mocker.patch('pytest_docker_pexpect.docker.build_container')