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 <[email protected]> <http://bugs.python.org/issue19949> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
