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 1bce202 commit 9c3ea51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def upload_2_dir(constants, test_dir):

return path


@pytest.fixture(scope="session")
def upload_3_dir(constants, test_dir):
path = Path(constants.UPLOAD_3_DIR)
Expand All @@ -85,6 +86,7 @@ def upload_2_data_dir(constants, test_dir):
path = Path(constants.INPUT_2_DIR)
return path


@pytest.fixture(scope="session")
def upload_3_data_dir(constants, test_dir):
path = Path(constants.INPUT_3_DIR)
Expand Down

0 comments on commit 9c3ea51

Please sign in to comment.