You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a testing gap from early work on #92, implenting test_fix_pressure_levels_reverse_pressure(). Problems occurred with testing at the boundary of um2netcdf.py & iris.util.reverse(). Instead of blocking other tests from merging, the team agreed to defer the fix to this issue.
Testing didn't cover this code branch calling an iris function:
There is a testing gap from early work on #92, implenting
test_fix_pressure_levels_reverse_pressure()
. Problems occurred with testing at the boundary ofum2netcdf.py
&iris.util.reverse()
. Instead of blocking other tests from merging, the team agreed to defer the fix to this issue.Testing didn't cover this code branch calling an
iris
function:um2nc-standalone/umpost/um2netcdf.py
Lines 757 to 761 in f6ba005
Problems are listed in the test code (see also #94):
um2nc-standalone/test/test_um2netcdf.py
Lines 789 to 821 in f6ba005
The main task is determining how to implement testing without lots of fiddly mocking.
The text was updated successfully, but these errors were encountered: