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

Method testMultiZoneStartName

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

Source from the content-addressed store, hash-verified

1923 self._test_multi_zones(tzstrs, tzids, func, values, start)
1924
1925 def testMultiZoneStartName(self):
1926 self._testMultizone(start=True, test_type='name')
1927
1928 def testMultiZoneEndName(self):
1929 self._testMultizone(start=False, test_type='name')

Callers

nothing calls this directly

Calls 1

_testMultizoneMethod · 0.95

Tested by

no test coverage detected