En Tue, 19 Aug 2008 18:35:57 -0300, Gustavo Narea <[EMAIL PROTECTED]>
escribi�:
Hello, everyone.
Why do unitest.TestCase grand-grandchildren not work?
I've created a unittest.TestCase descendant, which contains the setUp()
and
tearDown() for testing some components of a web framework. Eve
Gustavo Narea wrote:
> Hello, everyone.
>
> Why do unitest.TestCase grand-grandchildren not work?
>
> I've created a unittest.TestCase descendant, which contains the setUp() and
> tearDown() for testing some components of a web framework. Every
> application based on this framework should subclas
Hello, everyone.
Why do unitest.TestCase grand-grandchildren not work?
I've created a unittest.TestCase descendant, which contains the setUp() and
tearDown() for testing some components of a web framework. Every
application based on this framework should subclass this base class once,
and the res