11 Mar
2008
11 Mar
'08
1:03 p.m.
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.
and use the same tests e.g. for "FileStorage" as well as for "ZEO" tests.
I've done similar things with doctests. It's a great idea that transcends any particular testing tool. -- Benji York Senior Software Engineer Zope Corporation