]> granicus.if.org Git - python/commitdiff
Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows
authorMartin Panter <vadmium+py@gmail.com>
Thu, 26 Nov 2015 02:36:26 +0000 (02:36 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Thu, 26 Nov 2015 02:36:26 +0000 (02:36 +0000)
Lib/ctypes/test/test_values.py

index 14d69fe662d392c8094a7c91308d23874d57e18d..fe7dcf05415926c91b99b518b0094b1c8b80b698 100644 (file)
@@ -22,8 +22,7 @@ class ValuesTestCase(unittest.TestCase):
         ctdll = CDLL(_ctypes_test.__file__)
         self.assertRaises(ValueError, c_int.in_dll, ctdll, "Undefined_Symbol")
 
-@unittest.skipUnless(sys.platform == 'win32', 'Windows-specific test')
-class Win_ValuesTestCase(unittest.TestCase):
+class PythonValuesTestCase(unittest.TestCase):
     """This test only works when python itself is a dll/shared library"""
 
     def test_optimizeflag(self):