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 Matt.Bachmann
Recipients Matt.Bachmann, r.david.murray, raduv
Date 2013-03-19.02:58:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363661921.39.0.196534191219.issue17464@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the feedback :-D

Changes:

Utilize test.support.temp_cwd()
Removed imports that this made unnecessary
 Awesome trick!

Cut line length down. Don't worry about nitpicking. Anything to get this to be as good as possible.

I added an explanation to the test class explaining why test_getting_all_methods_from_class does not appear. I also agree this is fragile. I have an idea for how to fix this and will upload it as a separate patch (in this thread) because I am not sure what people will think.
History
Date User Action Args
2013-03-19 02:58:41Matt.Bachmannsetrecipients: + Matt.Bachmann, r.david.murray, raduv
2013-03-19 02:58:41Matt.Bachmannsetmessageid: <1363661921.39.0.196534191219.issue17464@psf.upfronthosting.co.za>
2013-03-19 02:58:41Matt.Bachmannlinkissue17464 messages
2013-03-19 02:58:40Matt.Bachmanncreate