13 Mar
2008
13 Mar
'08
6:01 p.m.
Benji York wrote at 2008-3-11 09:03 -0400:
Dieter Maurer wrote:
Looks at the ZODB tests. They make heavy use of multiple inheritance to compose test classes out of component test classes
Good point; the ZODB tests make a great argument for using doctest over unittest.
After you switched to "doctest" for the ZODB tests I will check whether this badly effects the quality of the the test suite as measured by the number of not catched bugs ;-) -- Dieter