Message171428
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?
================== |
|
Date |
User |
Action |
Args |
2012-09-28 10:15:38 | xdegaye | set | recipients:
+ xdegaye, ezio.melotti, chris.jerdonek |
2012-09-28 10:15:38 | xdegaye | set | messageid: <1348827338.06.0.659343787847.issue16079@psf.upfronthosting.co.za> |
2012-09-28 10:15:37 | xdegaye | link | issue16079 messages |
2012-09-28 10:15:37 | xdegaye | create | |
|