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

Method testTzNameDST

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

Source from the content-addressed store, hash-verified

900 self._testTzFunc(tzval, func, std_name, dst_name)
901
902 def testTzNameDST(self):
903 # Test tzname in a zone with DST
904 self._testTzName(self.TZ_EST, 'EST', 'EDT')
905
906 def testTzNameUTC(self):
907 # Test tzname in a zone without DST

Callers

nothing calls this directly

Calls 1

_testTzNameMethod · 0.95

Tested by

no test coverage detected