[issue19949] Explicitly skip or mask skipped/disabled tests in test_xpickle

Serhiy Storchaka report at bugs.python.org
Sat Dec 13 21:56:07 CET 2014


Serhiy Storchaka added the comment:

In updated patch the "xpickle" resource is tested before attempts to run Python executables. Also these checks are moved from decorator to the setUp() method. The result of have_python_version() now is memoized. Fixed running the test in unicode-disabled build. And added tests for installed Python 2.7. As far as older Python versions are rarely installed nowadays, this allows to check that the test is work at all (and that there is no significant regression against previous bugfix).

----------
Added file: http://bugs.python.org/file37443/test_xpickle_cleanup_2.patch

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


More information about the Python-bugs-list mailing list