From eac5d4d0569a2d07c077835a254045653016a68f Mon Sep 17 00:00:00 2001 From: ConorFWild <41680328+ConorFWild@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:49:10 +0000 Subject: [PATCH] Test new graph cluster conformer site formation approach --- tests/conftest.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index f118feb..9a5d200 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -45,7 +45,7 @@ def test_dir(constants): return path -@pytest.fixture(scope="session") +@pytest.fixture(scope="function") def upload_1_dir(constants, test_dir): path = Path(constants.UPLOAD_1_DIR) if path.exists(): @@ -55,7 +55,7 @@ def upload_1_dir(constants, test_dir): return path -@pytest.fixture(scope="session") +@pytest.fixture(scope="function") def upload_2_dir(constants, test_dir): path = Path(constants.UPLOAD_2_DIR) if path.exists(): @@ -65,7 +65,7 @@ def upload_2_dir(constants, test_dir): return path -@pytest.fixture(scope="session") +@pytest.fixture(scope="function") def upload_3_dir(constants, test_dir): path = Path(constants.UPLOAD_3_DIR) if path.exists():