[issue9104] test_exceptions does not test pickling with pickle.py

R. David Murray report at bugs.python.org
Thu Jul 1 23:59:41 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

If not in test.support, then where?  Unless there's some reason for user code or other implementations (or stdlib code itself) to access that map, it seems to me that test.support is exactly where it belongs.

Generic test support (that isn't specific to Python/stdlib testing) should go in unittest (and yes there is stuff currently in test.support that should move to unittest after suitable improvement and discussion...there's an issue about that.)

----------

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


More information about the Python-bugs-list mailing list