mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
Separate store from runner
This commit is contained in:
parent
6d683a5fac
commit
c01ffc83f8
15 changed files with 228 additions and 347 deletions
|
|
@ -134,7 +134,7 @@ def configure_logging():
|
|||
|
||||
|
||||
@pytest.fixture
|
||||
def mock_out_store_directory(tempdir_factory):
|
||||
def mock_store_dir(tempdir_factory):
|
||||
tmpdir = tempdir_factory.get()
|
||||
with mock.patch.object(
|
||||
Store,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue