Furkan Onder <furkanon...@protonmail.com> added the comment:
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 ---------- nosy: +furkanonder _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue19113> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com