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.

Author xdegaye
Recipients benjamin.peterson, xdegaye
Date 2013-09-28.16:52:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380387177.92.0.945417073814.issue19115@psf.upfronthosting.co.za>
In-reply-to
Content
There are 5 duplicate test names in this file.

$ ./python -m unittest Lib/lib2to3/tests/test_fixers.py
......................................................................
----------------------------------------------------------------------
Ran 451 tests in 8.770s

OK

With the patch applied:

$ ./python -m unittest Lib/lib2to3/tests/test_fixers.py
......................................................................
----------------------------------------------------------------------
Ran 456 tests in 8.810s

OK
History
Date User Action Args
2013-09-28 16:52:57xdegayesetrecipients: + xdegaye, benjamin.peterson
2013-09-28 16:52:57xdegayesetmessageid: <1380387177.92.0.945417073814.issue19115@psf.upfronthosting.co.za>
2013-09-28 16:52:57xdegayelinkissue19115 messages
2013-09-28 16:52:57xdegayecreate