Skip to content

Commit

Permalink
Recreate raw+proc folder tree for each test using it
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Nov 1, 2023
1 parent 505aa3b commit a46793d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra_data/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def mock_spb_raw_run(format_version):
yield td


@pytest.fixture(scope='session')
@pytest.fixture()
def mock_spb_raw_and_proc_run():
with TemporaryDirectory() as td:
prop_dir = osp.join(str(td), 'SPB', '201830', 'p002012')
Expand Down

0 comments on commit a46793d

Please sign in to comment.