Message366674
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 |
|
Date |
User |
Action |
Args |
2020-04-17 19:04:34 | furkanonder | set | recipients:
+ furkanonder, amaury.forgeotdarc, belopolsky, ezio.melotti, meador.inge, xdegaye, shihai1991 |
2020-04-17 19:04:34 | furkanonder | set | messageid: <1587150274.08.0.477869650951.issue19113@roundup.psfhosted.org> |
2020-04-17 19:04:34 | furkanonder | link | issue19113 messages |
2020-04-17 19:04:33 | furkanonder | create | |
|