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 r.david.murray
Recipients anton.barkovsky, chris.jerdonek, georg.brandl, r.david.murray
Date 2012-08-12.04:36:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344746183.08.0.159682713118.issue15557@psf.upfronthosting.co.za>
In-reply-to
Content
Regrtest has evolved.  For new test files (ie: 3.3 and later) the preferred (at least by me :) idiom now is just:

   if __name__ == '__main__':
       unittest.main()

Everything else is now automatic, using the unittest machinery.  For an example, see test_smptd.
History
Date User Action Args
2012-08-12 04:36:23r.david.murraysetrecipients: + r.david.murray, georg.brandl, chris.jerdonek, anton.barkovsky
2012-08-12 04:36:23r.david.murraysetmessageid: <1344746183.08.0.159682713118.issue15557@psf.upfronthosting.co.za>
2012-08-12 04:36:22r.david.murraylinkissue15557 messages
2012-08-12 04:36:22r.david.murraycreate