[Pyunit-interest] How to tearDown only after a failed test ?
Brought to you by:
purcell
From: Antoine B. <pyt...@sp...> - 2004-08-14 20:26:41
|
Hi ! Is there a (or more exactely what is the) way to run some kind of super tearDown only after an error or a failure of a test ? I still need the regular tearDown after each test, but failed ones need a special cleanup that is slow and unnecessary when tests run OK. Best regards, Antoine Brenner |