()
| 71 | |
| 72 | |
| 73 | def test_to_rfc1123_string(): |
| 74 | d = pendulum.datetime(1975, 12, 25, 14, 15, 16, tz="local") |
| 75 | assert d.to_rfc1123_string() == "Thu, 25 Dec 1975 14:15:16 -0500" |
| 76 | |
| 77 | |
| 78 | def test_to_rfc2822_string(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…