()
| 61 | |
| 62 | |
| 63 | def test_to_rfc850_string(): |
| 64 | d = pendulum.datetime(1975, 12, 25, 14, 15, 16, tz="local") |
| 65 | assert d.to_rfc850_string() == "Thursday, 25-Dec-75 14:15:16 EST" |
| 66 | |
| 67 | |
| 68 | def test_to_rfc1036_string(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…