diff options
Diffstat (limited to 'tests/conftest.py')
-rw-r--r-- | tests/conftest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index 343f3548..1bac60d0 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -18,8 +18,8 @@ def data_root(): @pytest.fixture(scope='session') -def benchmarks_root(data_root): - return path.join(data_root, 'benchmarks') +def resources_root(data_root): + return path.join(data_root, 'resources') @pytest.fixture(scope='session') |