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 brian.curtin
Recipients ahojnnes, brian.curtin
Date 2010-01-24.17:19:15
SpamBayes Score 0.0032727637
Marked as misclassified No
Message-id <1264353556.64.0.859940167248.issue7769@psf.upfronthosting.co.za>
In-reply-to
Content
Once you get a Subversion checkout of the source, have a look in Lib/test/test_xmlrpc.py for examples of how things are currently tested (using unittest). Once you get a feel for it, add new tests for what your changes do. The file you paste'd looks good as an example, you just have to make actual tests out of it now.
History
Date User Action Args
2010-01-24 17:19:16brian.curtinsetrecipients: + brian.curtin, ahojnnes
2010-01-24 17:19:16brian.curtinsetmessageid: <1264353556.64.0.859940167248.issue7769@psf.upfronthosting.co.za>
2010-01-24 17:19:15brian.curtinlinkissue7769 messages
2010-01-24 17:19:15brian.curtincreate