(text: str, expected: date)
| 87 | ], |
| 88 | ) |
| 89 | def test_parse_iso8601(text: str, expected: date) -> None: |
| 90 | assert parse_iso8601(text) == expected |
| 91 | |
| 92 | |
| 93 | def test_parse_iso8601_invalid(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…