[Pyunit-interest] documentation / benchmarking
Brought to you by:
purcell
From: Sebastien B. <Seb...@al...> - 2003-01-22 04:56:02
|
hi ! - I wonder if anybody has already though of way to generate documentation from a PyUnit test suite. idea would be to generate javadoc like information such as test suite name, name of each use case and description, purpose of each use case. I haven't heard about any javadoc like for python/jython, am I correct ? - about non regression testing, another usefull thing that would be to have a base TestCase class with a base test methods that would automatically be called by the tests method of any inherited class so that common code could be performed - such as benchmarking each testXXX for instance. I know I can do it now but this would be nice if this was in the default PyUnit package. thanx. seb. |