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 rhettinger
Recipients docs@python, eric.araujo, ezio.melotti, michael.foord, ncoghlan, notizblock, orsenthil, rhettinger, zach.ware
Date 2014-05-27.21:48:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401227310.45.0.855611716418.issue11468@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, I'm going to test some other module (math or somesuch) rather than the built-in string methods.  The normal use of unittest is to import both the unittest module and the module under test.  I want to show that pattern (which is somewhat different from doctests where the tests are typically in the same file as the code being tested).
History
Date User Action Args
2014-05-27 21:48:30rhettingersetrecipients: + rhettinger, ncoghlan, orsenthil, ezio.melotti, eric.araujo, michael.foord, docs@python, notizblock, zach.ware
2014-05-27 21:48:30rhettingersetmessageid: <1401227310.45.0.855611716418.issue11468@psf.upfronthosting.co.za>
2014-05-27 21:48:30rhettingerlinkissue11468 messages
2014-05-27 21:48:29rhettingercreate