[issue16000] test_curses should use unittest

Zachary Ware report at bugs.python.org
Fri Dec 20 06:13:28 CET 2013


Zachary Ware added the comment:

It's only taken me 6 months, but I'm looking at this issue again :)

Ed, basically the only reason I used setUpModule was because it was a very direct translation from test_main to setUpModule--only the name and signature changed, the skip and initialization code stayed exactly the same.  It does make more sense for it to be in setUpClass, though, so that's done in the new patch.

Thanks for pointing out the typo, fixed.

----------
Added file: http://bugs.python.org/file33223/issue16000.v2.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16000>
_______________________________________


More information about the Python-bugs-list mailing list