[issue18581] Duplicate test and missing class test in test_abc.py

2013-08-08 Thread Roundup Robot

Roundup Robot added the comment:

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

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18581
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18581] Duplicate test and missing class test in test_abc.py

2013-08-08 Thread Ezio Melotti

Ezio Melotti added the comment:

Fixed, thanks for the report and the patch!

--
assignee:  - ezio.melotti
nosy: +ezio.melotti
resolution:  - fixed
stage:  - committed/rejected
status: open - closed
type:  - behavior
versions: +Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18581
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18581] Duplicate test and missing class test in test_abc.py

2013-07-28 Thread Vajrasky Kok

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 rep...@bugs.python.org
http://bugs.python.org/issue18581
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com