()
| 66 | |
| 67 | |
| 68 | def test_previous_monday(): |
| 69 | d = pendulum.date(1975, 5, 21).previous(pendulum.MONDAY) |
| 70 | assert_date(d, 1975, 5, 19) |
| 71 | |
| 72 | |
| 73 | def test_previous_saturday(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…