[New-bugs-announce] [issue18581] Duplicate test and missing class test in test_abc.py

Vajrasky Kok report at bugs.python.org
Sun Jul 28 17:09:45 CEST 2013


New submission from Vajrasky Kok:

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.

----------
components: Tests
files: legacy_api_unit_test.txt
messages: 193831
nosy: vajrasky
priority: normal
severity: normal
status: open
title: Duplicate test and missing class test in test_abc.py
versions: Python 3.4
Added file: http://bugs.python.org/file31065/legacy_api_unit_test.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18581>
_______________________________________


More information about the New-bugs-announce mailing list