(self)
| 1932 | self._testMultizone(start=True, test_type='offset') |
| 1933 | |
| 1934 | def testMultiZoneEndOffset(self): |
| 1935 | self._testMultizone(start=False, test_type='offset') |
| 1936 | |
| 1937 | def testMultiZoneStartDST(self): |
| 1938 | self._testMultizone(start=True, test_type='dst') |
nothing calls this directly
no test coverage detected