[issue1034053] unittest.py patch: add skipped test functionality

Antoine Pitrou report at bugs.python.org
Sun Dec 28 16:30:56 CET 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

Pupeno's patch looks good to me. Additional candy would be a decorator
to flag skipped tests (e.g. @skipped_test or @skipped_test("A
message")), but we can do that later.

----------
stage:  -> patch review
type:  -> feature request
versions: +Python 2.7, Python 3.1 -Python 2.4, Python 3.0

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


More information about the Python-bugs-list mailing list