()
| 46 | |
| 47 | |
| 48 | def test_to_iso8601_string_utc(): |
| 49 | d = pendulum.datetime(1975, 12, 25, 14, 15, 16) |
| 50 | assert d.to_iso8601_string() == "1975-12-25T14:15:16Z" |
| 51 | |
| 52 | |
| 53 | def test_to_iso8601_extended_string(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…