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

Method testDSTDST

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

Source from the content-addressed store, hash-verified

925 self._testTzFunc(tzval, func, std_dst, dst_dst)
926
927 def testDSTDST(self):
928 self._testDST(self.TZ_EST, timedelta(hours=1))
929
930 def testDSTUTC(self):
931 self._testDST(self.UTC, timedelta(0))

Callers

nothing calls this directly

Calls 1

_testDSTMethod · 0.95

Tested by

no test coverage detected