Skip to content

Commit

Permalink
The fixture_store fixture now has autouse=False. Fixed #20.
Browse files Browse the repository at this point in the history
  • Loading branch information
smarie committed Jan 8, 2019
1 parent d989021 commit 51b371c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_harvest/plugin.py
Expand Up @@ -35,7 +35,7 @@ def pytest_runtest_makereport(item, call):


# ------------- To collect benchmark results ------------
@pytest.fixture(autouse=True, scope='session')
@pytest.fixture(scope='session') # no need for autouse=True
def fixture_store():
"""
A 'fixture store' fixture. It is used as the store for the default 'results_bag' fixture, and the default store
Expand Down

0 comments on commit 51b371c

Please sign in to comment.