Index: trunk/tests/test_output_data.py =================================================================== diff -u -r37 -r39 --- trunk/tests/test_output_data.py (.../test_output_data.py) (revision 37) +++ trunk/tests/test_output_data.py (.../test_output_data.py) (revision 39) @@ -68,8 +68,8 @@ def test_when_given_wave_cases_generates_output(self): # 1. Given # When using local data you can just replace the comment in these lines - dir_test_data = TestUtils.get_local_test_data_dir('netCDF_Waves_data') - # dir_test_data = 'P:\\metocean-data\\open\\ERA5\\data\\Global' + # dir_test_data = TestUtils.get_local_test_data_dir('netCDF_Waves_data') + dir_test_data = 'P:\\metocean-data\\open\\ERA5\\data\\Global' output_test_data = TestUtils.get_local_test_data_dir('output_data') input_data = data_acquisition.InputData() input_data.coord_list = [(4.2, 2.4), ] @@ -102,8 +102,8 @@ def test_when_given_all_arguments_does_not_raise(self): # 1. Given # When using local data you can just replace the comment in these lines - dir_test_data = TestUtils.get_local_test_data_dir('netCDF_Waves_data') - # dir_test_data = 'P:\\metocean-data\\open\\ERA5\\data\\Global' + # dir_test_data = TestUtils.get_local_test_data_dir('netCDF_Waves_data') + dir_test_data = 'P:\\metocean-data\\open\\ERA5\\data\\Global' output_test_data = TestUtils.get_local_test_data_dir('output_data') input_data = data_acquisition.InputData() @@ -138,7 +138,7 @@ class Test_generate_xarray_from_netcdf: @pytest.mark.systemtest - def test_when_given_filepath_updates_output(self): + def test_when_given_netcdf_filepath_updates_output(self): # 1. Given dir_test_data = TestUtils.get_local_test_data_dir('system_tests_nc') test_nc_file = os.path.join(dir_test_data, 'dummy_wave_file.nc')