(freq)
| 328 | |
| 329 | @pytest.mark.parametrize("freq", ["Z", "7min2", "AM", "M-", "AS-", "QS-", "1H1min"]) |
| 330 | def test_invalid_to_offset_str(freq): |
| 331 | with pytest.raises(ValueError): |
| 332 | to_offset(freq) |
| 333 | |
| 334 | |
| 335 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected
searching dependent graphs…