Hi, 
the folks over at the PyScons project have a guideline 'requiring' 
that every single module in their codebase be accompanied by 
<ModuleName>Tests.py that explicitly tests all functionality in that 
module.  

I'd like to propose that we include 'request' in the Webware 
guidelines that all modules that implement non-trivial behaviour be 
accompanied by a <ModuleName>_tests.py companion.  These *_tests 
unittest modules would would sit in the same dir as the other modules 
and would complement the 'Functional' tests that we put in each 
component's .Test package.  

What do you think?
Tavis

_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to