()
| 13 | |
| 14 | |
| 15 | def test_to_date_string(): |
| 16 | d = pendulum.datetime(1975, 12, 25, 14, 15, 16) |
| 17 | |
| 18 | assert d.to_date_string() == "1975-12-25" |
| 19 | |
| 20 | |
| 21 | def test_to_formatted_date_string(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…