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

Method setUp

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

Source from the content-addressed store, hash-verified

2121@unittest.skipUnless(IS_WIN, "Requires Windows")
2122class TzWinTest(unittest.TestCase, TzWinFoldMixin):
2123 def setUp(self):
2124 self.tzclass = tzwin.tzwin
2125
2126 def testTzResLoadName(self):
2127 # This may not work right on non-US locales.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected