Test writing volunteers needed
Paul Prescod
paul at prescod.net
Fri Jul 14 09:44:32 EDT 2000
More information about the Python-list mailing list
Fri Jul 14 09:44:32 EDT 2000
- Previous message (by thread): Local CGI programming
- Next message (by thread): Test writing volunteers needed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Dinu C. Gherman" wrote: > > > What about using the excellent Python unittest module > (pyunit.sourceforge.net) to accomplish this, like in the > code below? There are two issues. First Skip asked about testing particular modules that are not currently tested using Python's standard test suite. Those test cases should use Python's standard testing framework, which is documented in the Python source distribution. Unrelated, there has been a little idle chatter about adopting a more sophisticated unit testing suite. It may go nowhere, but Jeremy has recently asked for a volunteer to compare and contrast some of the existing unit testing packages as a basis for discussion. -- Paul Prescod - Not encumbered by corporate consensus It's difficult to extract sense from strings, but they're the only communication coin we can count on. - http://www.cs.yale.edu/~perlis-alan/quotes.html
- Previous message (by thread): Local CGI programming
- Next message (by thread): Test writing volunteers needed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list