MCPcopy Index your code
hub / github.com/python/cpython / test_iso2time_garbage

Method test_iso2time_garbage

Lib/test/test_http_cookiejar.py:186–187  ·  view source on GitHub ↗
(self, test)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 2

iso2timeFunction · 0.90
assertIsNoneMethod · 0.80

Tested by

no test coverage detected