Issue 18581: Duplicate test and missing class test in test_abc.py (original) (raw)

Issue18581

Created on 2013-07-28 15:09 by vajrasky, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
legacy_api_unit_test.txt vajrasky,2013-07-28 15:09 review
Messages (3)
msg193831 - (view) Author: Vajrasky Kok (vajrasky) * Date: 2013-07-28 15:09
There are two classes in Lib/test/test_abc.py, which are TestABC and TestLegacyAPI. Only TestABC is being unit tested. Beside that TestLegacyAPI class has one duplicate test, which is test_abstractmethod_integration with TestABC class.
msg194691 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-08-08 16:40
New changeset e8f8f81c5af6 by Ezio Melotti in branch '3.3': #18581: remove duplicate test and run a test class that was skipped. Initial patch by Vajrasky Kok. http://hg.python.org/cpython/rev/e8f8f81c5af6 New changeset 328b1a29102c by Ezio Melotti in branch 'default': #18581: merge with 3.3. http://hg.python.org/cpython/rev/328b1a29102c
msg194692 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-08-08 16:41
Fixed, thanks for the report and the patch!
History
Date User Action Args
2022-04-11 14:57:48 admin set github: 62781
2013-08-08 16:41:09 ezio.melotti set status: open -> closedtype: behaviorassignee: ezio.melottiversions: + Python 3.3nosy: + ezio.melottimessages: + resolution: fixedstage: resolved
2013-08-08 16:40:17 python-dev set nosy: + python-devmessages: +
2013-07-28 15:09:45 vajrasky create