(self, test)
| 184 | '19800101T250000Z', |
| 185 | ]) |
| 186 | def test_iso2time_garbage(self, test): |
| 187 | self.assertIsNone(iso2time(test)) |
| 188 | |
| 189 | def test_iso2time_performance_regression(self): |
| 190 | # If ISO_DATE_RE regresses to quadratic complexity, this test will take a very long time to succeed. |
nothing calls this directly
no test coverage detected