This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Hidden test in ctypes tests
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.6, Python 3.5, Python 2.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: duplicate test names in Lib/ctypes/test/test_functions.py
View: 19113
Assigned To: Nosy List: amaury.forgeotdarc, belopolsky, berker.peksag, meador.inge, serhiy.storchaka
Priority: normal Keywords:

Created on 2016-04-24 20:24 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg264127 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2016-04-24 20:24
There are two methods named "test_errors" in FunctionTestCase in Lib/ctypes/test/test_functions.py. The latter hides the former.
msg264131 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-04-24 20:34
This is a duplicate of issue 19113.
History
Date User Action Args
2022-04-11 14:58:30adminsetgithub: 71028
2016-04-24 20:34:16berker.peksagsetstatus: open -> closed

superseder: duplicate test names in Lib/ctypes/test/test_functions.py

nosy: + berker.peksag
messages: + msg264131
resolution: duplicate
stage: resolved
2016-04-24 20:24:42serhiy.storchakacreate