Separate store from runner

This commit is contained in:
Anthony Sottile 2018-06-29 22:35:53 -07:00
parent 6d683a5fac
commit c01ffc83f8
15 changed files with 228 additions and 347 deletions

View file

@ -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,