There are two tests with same name in the same test class (ctypes.test.test_functions test_errors)
After merging both and re-run I encounter with this error
which looks like it was always there but overwritten by other test (with same name)
....F...........s.s...
======================================================================
FAIL: test_errors (__main__.FunctionTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/furkan/cpython/Lib/ctypes/test/test_functions.py", line 219, in test_errors
self.assertRaises(TypeError, f, X()) #cannot convert parameter
AssertionError: TypeError not raised by _testfunc_p_p
----------------------------------------------------------------------
Ran 22 tests in 0.003s |