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

2015-01-27 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

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

2015-01-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 94d8524086bd by Serhiy Storchaka in branch '2.7': Issue #19949: The test_xpickle test now tests compatibility with installed https://hg.python.org/cpython/rev/94d8524086bd -- nosy: +python-dev ___ Python

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

2015-01-27 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2014-12-13 Thread Serhiy Storchaka
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 bui

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

2014-11-19 Thread Zachary Ware
Zachary Ware added the comment: Sorry, I haven't had a chance to get back to this one. -- ___ Python tracker ___ ___ Python-bugs-list

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

2014-11-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Ping. I had added comments on Rietveld. -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

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

2014-02-15 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +serhiy.storchaka type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Un

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

2013-12-10 Thread Zachary Ware
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. A