Fw: Unit testing in Prothon? (from comp.lang.python)
Günter Jantzen
nc-jantzegu at netcologne.de
Sun May 23 17:35:55 EDT 2004
"Roy Smith" <roy at panix.com> schrieb im Newsbeitrag
news:roy-4558B5.16371723052004 at reader2.panix.com...
> I've read through the Prothon tutorial and must admit there is something
> kind of interesting about the idea of prototypes instead of classes.
>
> My thoughts quickly turned to testing. If nothing else, classes give us
> a nice place to hang unit tests on. I can design and test one class at
> a time, then move on to the next one. What would unit testing look like
> in Prothon?
This is an interesting question. I forward your posting to
prothon-user at lists.prothon.org
I think I have no answer now. Or is it so simple: test an application object
by using it as prototype for an test object with several testmethods?
Regards
Guenter
More information about the Python-list
mailing list