Skip to content

Commit

Permalink
adds fixture alias for times when you need another dbdiskrepo
Browse files Browse the repository at this point in the history
  • Loading branch information
bmabey committed Jun 1, 2017
1 parent 1b79d31 commit 6505241
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/provenance/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ def dbdiskrepo(request, db_session):
yield next(repo_gen)
next(repo_gen, 'ignore')


another_dbdiskrepo = dbdiskrepo


@pytest.fixture(scope='function',
params=['memoryrepo' 'dbrepo-diskstore', 'dbrepo-memorystore'])
def atomic_repo(request, db_session):
Expand Down

0 comments on commit 6505241

Please sign in to comment.