()
| 76 | |
| 77 | |
| 78 | def test_to_rfc2822_string(): |
| 79 | d = pendulum.datetime(1975, 12, 25, 14, 15, 16, tz="local") |
| 80 | assert d.to_rfc2822_string() == "Thu, 25 Dec 1975 14:15:16 -0500" |
| 81 | |
| 82 | |
| 83 | def test_to_rfc3339_string(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…