Commit 54118ee0 authored by Ambra Di Piano's avatar Ambra Di Piano
Browse files

rename fixture test_conf_file

parent 1b55b2a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ from os.path import join, dirname, abspath
from os import makedirs

@pytest.fixture(scope='function')
def astrort_configuration():
def test_conf_file():
    return join(dirname(abspath(astrort.__file__)), 'configure', 'test.yml')

@pytest.fixture(scope='function')