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 ezio.melotti
Recipients chris.jerdonek, eric.araujo, ezio.melotti, xdegaye
Date 2012-09-28.17:31:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348853487.23.0.600802110701.issue16079@psf.upfronthosting.co.za>
In-reply-to
Content
> I would like to see this written in a way that would let one
> run it globally or on a single file independent of a patch

+1
It can be added to Tools/scripts and imported by patchcheck.

> I'm pretty sure we have some tests that don't start with 'test_'.

IIRC those are just test helpers that are not executed directly.
OTOH I don't see why looking for test_*, every py file might contain duplicate names so they should all be checked.
History
Date User Action Args
2012-09-28 17:31:27ezio.melottisetrecipients: + ezio.melotti, eric.araujo, chris.jerdonek, xdegaye
2012-09-28 17:31:27ezio.melottisetmessageid: <1348853487.23.0.600802110701.issue16079@psf.upfronthosting.co.za>
2012-09-28 17:31:27ezio.melottilinkissue16079 messages
2012-09-28 17:31:27ezio.melotticreate