MCPcopy Create free account
hub / github.com/dateutil/dateutil / testEmptyString

Method testEmptyString

tests/test_tz.py:1954–1956  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1952
1953 # Test error conditions
1954 def testEmptyString(self):
1955 with self.assertRaises(ValueError):
1956 tz.tzical(StringIO(""))
1957
1958 def testMultiZoneGet(self):
1959 tzic = tz.tzical(StringIO(TZICAL_EST5EDT + TZICAL_PST8PDT))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected