Thanks to visit codestin.com Credit goes to github.com
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 097a664 commit 92072acCopy full SHA for 92072ac
1 file changed
Lib/ctypes/test/test_values.py
@@ -28,8 +28,7 @@ def test_undefined(self):
28
ctdll = CDLL(_ctypes_test.__file__)
29
self.assertRaises(ValueError, c_int.in_dll, ctdll, "Undefined_Symbol")
30
31
-@unittest.skipUnless(sys.platform == 'win32', 'Windows-specific test')
32
-class Win_ValuesTestCase(unittest.TestCase):
+class PythonValuesTestCase(unittest.TestCase):
33
"""This test only works when python itself is a dll/shared library"""
34
35
def test_optimizeflag(self):
0 commit comments