()
| 36 | |
| 37 | |
| 38 | def test_to_cookie_string(): |
| 39 | d = pendulum.datetime(1975, 12, 25, 14, 15, 16, tz="local") |
| 40 | assert d.to_cookie_string() == "Thursday, 25-Dec-1975 14:15:16 EST" |
| 41 | |
| 42 | |
| 43 | def test_to_iso8601_string(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…