(self)
| 2121 | @unittest.skipUnless(IS_WIN, "Requires Windows") |
| 2122 | class 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. |
nothing calls this directly
no outgoing calls
no test coverage detected