| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,4 @@ | |||
| 1 | 1 | import _ctypes_test | |
| 2 | - import platform | ||
| 3 | 2 | import struct | |
| 4 | 3 | import sys | |
| 5 | 4 | import unittest | |
@@ -12,12 +11,6 @@ | |||
| 12 | 11 | from test import support | |
| 13 | 12 | ||
| 14 | 13 | ||
| 15 | - # The following definition is meant to be used from time to time to assist | ||
| 16 | - # temporarily disabling tests on specific architectures while investigations | ||
| 17 | - # are in progress, to keep buildbots happy. | ||
| 18 | - MACHINE = platform.machine() | ||
| 19 | - | ||
| 20 | - | ||
| 21 | 14 | class SubclassesTest(unittest.TestCase): | |
| 22 | 15 | def test_subclass(self): | |
| 23 | 16 | class X(Structure): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments