()
| 91 | |
| 92 | |
| 93 | def test_to_rss_string(): |
| 94 | d = pendulum.datetime(1975, 12, 25, 14, 15, 16, tz="local") |
| 95 | assert d.to_rss_string() == "Thu, 25 Dec 1975 14:15:16 -0500" |
| 96 | |
| 97 | |
| 98 | def test_to_w3c_string(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…