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 benjamin.peterson
Recipients barry, benjamin.peterson, christian.heimes, gvanrossum
Date 2008-09-05.23:21:10
SpamBayes Score 0.0010653632
Marked as misclassified No
Message-id <1220656871.4.0.093837191853.issue3787@psf.upfronthosting.co.za>
In-reply-to
Content
Usually, when you expose things under _tescapi for testing you test it
with related concepts.. I'm not sure what the correct place for this one
is, though. (maybe test_class?) Anyway, you could also nest
InstanceMethod and testfunction inside the test function its self to
avoide pollution.
History
Date User Action Args
2008-09-05 23:21:11benjamin.petersonsetrecipients: + benjamin.peterson, gvanrossum, barry, christian.heimes
2008-09-05 23:21:11benjamin.petersonsetmessageid: <1220656871.4.0.093837191853.issue3787@psf.upfronthosting.co.za>
2008-09-05 23:21:10benjamin.petersonlinkissue3787 messages
2008-09-05 23:21:10benjamin.petersoncreate