()
| 51 | |
| 52 | |
| 53 | def test_to_iso8601_extended_string(): |
| 54 | d = pendulum.datetime(1975, 12, 25, 14, 15, 16, 123456, tz="local") |
| 55 | assert d.to_iso8601_string() == "1975-12-25T14:15:16.123456-05:00" |
| 56 | |
| 57 | |
| 58 | def test_to_rfc822_string(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…