(freq, expected)
| 252 | ) |
| 253 | @pytest.mark.filterwarnings("ignore::FutureWarning") # Deprecation of "M" etc. |
| 254 | def test_to_offset_sub_annual(freq, expected): |
| 255 | assert to_offset(freq) == expected |
| 256 | |
| 257 | |
| 258 | _ANNUAL_OFFSET_TYPES = { |
nothing calls this directly
no test coverage detected
searching dependent graphs…