()
| 96 | |
| 97 | |
| 98 | def test_to_w3c_string(): |
| 99 | d = pendulum.datetime(1975, 12, 25, 14, 15, 16, tz="local") |
| 100 | assert d.to_w3c_string() == "1975-12-25T14:15:16-05:00" |
| 101 | |
| 102 | |
| 103 | def test_to_string_invalid(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…