()
| 56 | |
| 57 | |
| 58 | def test_to_rfc822_string(): |
| 59 | d = pendulum.datetime(1975, 12, 25, 14, 15, 16, tz="local") |
| 60 | assert d.to_rfc822_string() == "Thu, 25 Dec 75 14:15:16 -0500" |
| 61 | |
| 62 | |
| 63 | def test_to_rfc850_string(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…