mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-11 14:23:57 +01:00
#1248: Reuse Docker images in functional tests
This commit is contained in:
6
tests/functional/conftest.py
Normal file
6
tests/functional/conftest.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def build_container_mock(mocker):
|
||||
return mocker.patch('pytest_docker_pexpect.docker.build_container')
|
Reference in New Issue
Block a user