Skip to content

Commit

Permalink
Test new graph cluster conformer site formation approach
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorFWild committed Jan 31, 2024
1 parent 9c3ea51 commit eac5d4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand All @@ -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():
Expand All @@ -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():
Expand Down

0 comments on commit eac5d4d

Please sign in to comment.