()
| 233 | |
| 234 | |
| 235 | def test_average_from_lower(): |
| 236 | d1 = pendulum.date(2009, 12, 31) |
| 237 | d2 = pendulum.date(2000, 1, 1).average(d1) |
| 238 | assert_date(d2, 2004, 12, 31) |
| 239 | |
| 240 | |
| 241 | def test_start_of(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…