()
| 251 | |
| 252 | |
| 253 | def test_RRuleLocator_dayrange(): |
| 254 | loc = mdates.DayLocator() |
| 255 | x1 = datetime.datetime(year=1, month=1, day=1, tzinfo=mdates.UTC) |
| 256 | y1 = datetime.datetime(year=1, month=1, day=16, tzinfo=mdates.UTC) |
| 257 | loc.tick_values(x1, y1) |
| 258 | # On success, no overflow error shall be thrown |
| 259 | |
| 260 | |
| 261 | def test_RRuleLocator_close_minmax(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…