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
prevents code duplication, e.g., with use of parametrize. This is especially useful to test enhancements (grid and site, point by point and aggregate)
fixtures allow standardisation across test scripts of sample input cubes and enables set up code to be in one place, separate from test code
This work has already started here: lucyleeow#1
This issue relates to conversion of the remaining reliability calibration tests to pytest.
Note there has already been some discussion via other channels about this.
This has been mostly addressed in #1667 and #1687 - these two PRs cover AggregateReliabilityCalibrationTables, ConstructReliabilityCalibrationTables and ManipulateReliabilityTable.
Advantages of using pytest
This work has already started here: lucyleeow#1
This issue relates to conversion of the remaining reliability calibration tests to pytest.
Note there has already been some discussion via other channels about this.
cc @tjtg
The text was updated successfully, but these errors were encountered: