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 eric.araujo
Recipients Yaroslav.Halchenko, abingham, brian.curtin, eric.araujo, eric.snow, exarkun, ezio.melotti, fperez, michael.foord, nchauvat, ncoghlan, pitrou, r.david.murray
Date 2011-07-22.00:10:43
SpamBayes Score 0.004329652
Marked as misclassified No
Message-id <1311293443.99.0.293155015904.issue7897@psf.upfronthosting.co.za>
In-reply-to
Content
> Well, pyflakes will tell you about name clashes within a TestCase
Seen that :)

> (unless you're shadowing a test on a base class which I guess is
> rarely the case)...
That too, in our own test suite (test_list or test_tuple, I have that change in a Subversion or old hg clone somewhere).  I agree about “rarely”, however.
History
Date User Action Args
2011-07-22 00:10:44eric.araujosetrecipients: + eric.araujo, exarkun, ncoghlan, pitrou, ezio.melotti, r.david.murray, michael.foord, brian.curtin, fperez, Yaroslav.Halchenko, nchauvat, abingham, eric.snow
2011-07-22 00:10:43eric.araujosetmessageid: <1311293443.99.0.293155015904.issue7897@psf.upfronthosting.co.za>
2011-07-22 00:10:43eric.araujolinkissue7897 messages
2011-07-22 00:10:43eric.araujocreate