()
| 31 | |
| 32 | |
| 33 | def test_to_atom_string(): |
| 34 | d = pendulum.datetime(1975, 12, 25, 14, 15, 16, tz="local") |
| 35 | assert d.to_atom_string() == "1975-12-25T14:15:16-05:00" |
| 36 | |
| 37 | |
| 38 | def test_to_cookie_string(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…