We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e18a99 commit 5deec84Copy full SHA for 5deec84
tests/operators/test_collapse.py
@@ -247,7 +247,7 @@ def test_collapse_by_validity_time_percentile(long_forecast_multi_day):
247
248
def test_collapse_by_validity_time_percentile_fail(long_forecast_multi_day):
249
"""Test not specifying additional percent fails."""
250
- with pytest.raises(ValueError):
+ with pytest.raises(ValueError, match="Must specify additional_percent"):
251
collapse.collapse_by_validity_time(long_forecast_multi_day, "PERCENTILE")
252
253
0 commit comments