Message366674
| Author |
furkanonder |
| Recipients |
amaury.forgeotdarc, belopolsky, ezio.melotti, furkanonder, meador.inge, shihai1991, xdegaye |
| Date |
2020年04月17日.19:04:33 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1587150274.08.0.477869650951.issue19113@roundup.psfhosted.org> |
| In-reply-to |
| Content |
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 |
|