Ticket #5897: test_runtime.py.diff
| File test_runtime.py.diff, 0.5 KB (added by meissenPlate, 10 months ago) |
|---|
-
.py
old new 65 65 66 66 67 67 68 def test_isWinNT(self): 69 """ 70 L{Platform.isWinNT}'s return value depends on the running system, but 71 it should not raise an exception in any case. 72 """ 73 platform = Platform() 74 _ = platform.isWinNT() 75 76 77 68 78 class ForeignPlatformTests(TestCase): 69 79 """ 70 80 Tests for L{Platform} based overridden initializer values.
