()
| 86 | |
| 87 | |
| 88 | def test_to_rfc3339_extended_string(): |
| 89 | d = pendulum.datetime(1975, 12, 25, 14, 15, 16, 123456, tz="local") |
| 90 | assert d.to_rfc3339_string() == "1975-12-25T14:15:16.123456-05:00" |
| 91 | |
| 92 | |
| 93 | def test_to_rss_string(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…