Skip to content

Commit 6505241

Browse files
committed
adds fixture alias for times when you need another dbdiskrepo
1 parent 1b79d31 commit 6505241

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/provenance/conftest.py

+4
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ def dbdiskrepo(request, db_session):
172172
yield next(repo_gen)
173173
next(repo_gen, 'ignore')
174174

175+
176+
another_dbdiskrepo = dbdiskrepo
177+
178+
175179
@pytest.fixture(scope='function',
176180
params=['memoryrepo' 'dbrepo-diskstore', 'dbrepo-memorystore'])
177181
def atomic_repo(request, db_session):

0 commit comments

Comments
 (0)