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 chris.jerdonek, ezio.melotti, xdegaye
Date 2012-09-28.10:15:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348827338.06.0.659343787847.issue16079@psf.upfronthosting.co.za>
In-reply-to
Content
See also issue 16056 for the current list of duplicate test names in
the std lib.

The attached patch improves patchcheck.py to list duplicate test
names when running 'make patchcheck'. This patch to the default
branch can also be applied asis to the 2.7 branch.

An example of patchcheck output with the patch applied:

==================
$ make patchcheck
./python ./Tools/scripts/patchcheck.py
Getting the list of files that have been added/changed ... 1 file
Fixing whitespace ... 0 files
Fixing C file whitespace ... 0 files
Fixing docs whitespace ... 0 files
Duplicate test names ... 1 test:
  TestErrorHandling.test_get_only in file Lib/test/test_heapq.py
Docs modified ... NO
Misc/ACKS updated ... NO
Misc/NEWS updated ... NO
configure regenerated ... not needed
pyconfig.h.in regenerated ... not needed

Did you run the test suite?

==================
History
Date User Action Args
2012-09-28 10:15:38xdegayesetrecipients: + xdegaye, ezio.melotti, chris.jerdonek
2012-09-28 10:15:38xdegayesetmessageid: <1348827338.06.0.659343787847.issue16079@psf.upfronthosting.co.za>
2012-09-28 10:15:37xdegayelinkissue16079 messages
2012-09-28 10:15:37xdegayecreate