[Tutor] Classes v2, thoughts/suggestions please

Kent Johnson kent37 at tds.net
Sat Jul 12 22:35:08 CEST 2008


On Sat, Jul 12, 2008 at 9:47 AM, Paul Melvin
<paul at assured-networks.co.uk> wrote:

> And how can i go about testing that i get appropriate values during the
> testing/building phase (generally speaking), is it lots of print/return
> statements and then remove them?

Take a look at the doctest and unittest modules, that is a better approach.

Kent


More information about the Tutor mailing list