8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6096452 commit 11bdd43Copy full SHA for 11bdd43
Lib/test/test_ctypes/test_numbers.py
@@ -1,8 +1,6 @@
1
from ctypes import *
2
import unittest
3
import struct
4
-from test.support.testcase import ComplexesAreIdenticalMixin
5
-
6
7
def valid_ranges(*types):
8
# given a sequence of numeric types, collect their _type_
@@ -52,7 +50,7 @@ def valid_ranges(*types):
52
50
53
51
################################################################
54
55
-class NumberTestCase(unittest.TestCase, ComplexesAreIdenticalMixin):
+class NumberTestCase(unittest.TestCase):
56
57
def test_default_init(self):
58
# default values are set to zero
0 commit comments