Skip to content

Commit

Permalink
Remove unused fake path fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
blimlim authored and atteggiani committed Nov 18, 2024
1 parent 6480e27 commit 096659f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/test_um2netcdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,18 +200,6 @@ def std_args():
return args


@pytest.fixture
def fake_in_path():
# use junk paths to protect against accidentally touching filesystems
return "/tmp-does-not-exist/fake_input_fields_file"


@pytest.fixture
def fake_out_path():
# use junk paths to protect against accidentally touching filesystems
return "/tmp-does-not-exist/fake_input_fields_file.nc"


def mock_fix_time_no_time_dim(cube, verbose):
"""
Side effect for fix_time_coord() mocks in process_cube() tests.
Expand Down

0 comments on commit 096659f

Please sign in to comment.