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

Method testESTEndOffset

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

Source from the content-addressed store, hash-verified

1876 self._testEST(start=True, test_type='offset')
1877
1878 def testESTEndOffset(self):
1879 self._testEST(start=False, test_type='offset')
1880
1881 def testESTStartDST(self):
1882 self._testEST(start=True, test_type='dst')

Callers

nothing calls this directly

Calls 1

_testESTMethod · 0.95

Tested by

no test coverage detected