unit testing class hierarchies

Roy Smith roy at panix.com
Tue Oct 2 19:46:00 EDT 2012


In article <mailman.1734.1349199947.27098.python-list at python.org>,
 Peter Otten <__peter__ at web.de> wrote:

> >> Another is to remove it from the global namespace with
> >> 
> >> del TestBase

When I had this problem, that's the solution I used.



More information about the Python-list mailing list