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

Zachary Ware report at bugs.python.org
Tue Dec 10 18:32:05 CET 2013


New submission from Zachary Ware:

The attached patch moves test_xpickle away from using alternately defined empty TestCases to skip the backward compatibility tests to using a skip decorator.  Also, several disabled tests are moved from defining empty tests to setting the test name to None.  Also, the have_python_version function's test has its quotes swapped between ' and "; this made it possible to test the changes on Windows.

----------
components: Tests
files: test_xpickle_cleanup.diff
keywords: patch
messages: 205837
nosy: zach.ware
priority: normal
severity: normal
stage: patch review
status: open
title: Explicitly skip or mask skipped/disabled tests in test_xpickle
versions: Python 2.7
Added file: http://bugs.python.org/file33081/test_xpickle_cleanup.diff

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


More information about the Python-bugs-list mailing list