Éric Araujo <mer...@netwok.org> added the comment:

I tend to like context managers, or helpers that work with addCleanup, so that 
I keep the scaffolding next to the test code.  setUp and tearDown are better in 
some cases, though.  It is also possible to have an helper work as a decorator 
and a context manager and a setUp-tearDown thing with small effort.

----------
nosy: +eric.araujo

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

Reply via email to