Re: Grandchildren of TestCase don't work

2008-08-20 Thread Gabriel Genellina
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

Re: Grandchildren of TestCase don't work

2008-08-19 Thread infixum
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

Grandchildren of TestCase don't work

2008-08-19 Thread Gustavo Narea
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