()
| 44 | |
| 45 | |
| 46 | def test_next_monday(): |
| 47 | d = pendulum.datetime(1975, 5, 21).next(pendulum.MONDAY) |
| 48 | assert_datetime(d, 1975, 5, 26, 0, 0, 0) |
| 49 | |
| 50 | |
| 51 | def test_next_saturday(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…