Michael Foord added the comment:

I would do this with a module level (global) flag as to whether the initial set 
up has been done and a BaseTestCase class that checks this flag and calls a set 
up function if it hasn't been done yet (and then sets the flag).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16312>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to