diff --git a/tests/integration/roundtrips_utils.py b/tests/integration/equivalence_testing_utils.py similarity index 100% rename from tests/integration/roundtrips_utils.py rename to tests/integration/equivalence_testing_utils.py diff --git a/tests/integration/test_roundtrips_iris.py b/tests/integration/test_iris_load_and_save_equivalence.py similarity index 98% rename from tests/integration/test_roundtrips_iris.py rename to tests/integration/test_iris_load_and_save_equivalence.py index dc6b310..042d8c9 100644 --- a/tests/integration/test_roundtrips_iris.py +++ b/tests/integration/test_iris_load_and_save_equivalence.py @@ -13,7 +13,7 @@ from ncdata.netcdf4 import from_nc4, to_nc4 from tests._compare_nc_datasets import compare_nc_datasets from tests.data_testcase_schemas import session_testdir, standard_testcase -from tests.integration.roundtrips_utils import ( +from tests.integration.equivalence_testing_utils import ( adjust_chunks, cubes_equal__corrected, set_tiny_chunks, diff --git a/tests/integration/test_roundtrips_ixi_xix.py b/tests/integration/test_iris_xarray_roundtrips.py similarity index 99% rename from tests/integration/test_roundtrips_ixi_xix.py rename to tests/integration/test_iris_xarray_roundtrips.py index 9b82d1f..160860a 100644 --- a/tests/integration/test_roundtrips_ixi_xix.py +++ b/tests/integration/test_iris_xarray_roundtrips.py @@ -26,7 +26,7 @@ session_testdir, standard_testcase, ) -from tests.integration.roundtrips_utils import ( +from tests.integration.equivalence_testing_utils import ( adjust_chunks, cubes_equal__corrected, namesort_cubes, diff --git a/tests/integration/test_roundtrips_netcdf.py b/tests/integration/test_netcdf_roundtrips.py similarity index 100% rename from tests/integration/test_roundtrips_netcdf.py rename to tests/integration/test_netcdf_roundtrips.py diff --git a/tests/integration/test_roundtrips_xarray.py b/tests/integration/test_xarray_load_and_save_equivalence.py similarity index 97% rename from tests/integration/test_roundtrips_xarray.py rename to tests/integration/test_xarray_load_and_save_equivalence.py index 62ba42d..8f4d340 100644 --- a/tests/integration/test_roundtrips_xarray.py +++ b/tests/integration/test_xarray_load_and_save_equivalence.py @@ -17,7 +17,10 @@ session_testdir, standard_testcase, ) -from tests.integration.roundtrips_utils import adjust_chunks, set_tiny_chunks +from tests.integration.equivalence_testing_utils import ( + adjust_chunks, + set_tiny_chunks, +) # Avoid complaints that imported fixtures are "unused" standard_testcase, session_testdir, adjust_chunks