Skip to content

Commit

Permalink
try changing fixture scope...
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyas committed Oct 11, 2023
1 parent 554565c commit 69833ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmitgcm/test/test_xmitgcm_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def file_md5_checksum(fname):

# find the tar archive in the test directory
# http://stackoverflow.com/questions/29627341/pytest-where-to-store-expected-data
@pytest.fixture(scope='module', params=_experiments.keys())
@pytest.fixture(scope='function', params=_experiments.keys())
def all_mds_datadirs(tmpdir_factory, request):
return setup_mds_dir(tmpdir_factory, request, _experiments)

Expand Down

0 comments on commit 69833ac

Please sign in to comment.