[issue14534] Add method to mark unittest.TestCases as do not run.

2014-07-25 Thread Victor Zhong
Victor Zhong added the comment: Hi Zach, I've pulled from the default branch. Please find attached the diff for hg diff -r default Lib/unittest in the attached issue14534.v3.diff. Victor -- hgrepos: +266 Added file: http://bugs.python.org/file36086/issue14534.v3.diff

[issue14534] Add method to mark unittest.TestCases as do not run.

2014-06-28 Thread Victor Zhong
Victor Zhong added the comment: Hi Zach, I've pushed a fix here according to your suggestions: https://bitbucket.org/hllowrld/cpython/commits/fe10b98717a23fd914c91d42dcca383d53e924a8 Please also find attached the diff. -- hgrepos: +263 Added file: http://bugs.python.org/file35797

[issue14534] Add method to mark unittest.TestCases as do not run.

2014-06-22 Thread Victor Zhong
Victor Zhong added the comment: We made a patch for this issue at Bloomberg's Python Open Source Event. Please find the diff here: https://bitbucket.org/hllowrld/cpython/commits/382773b2611a86326568a22dd5cef6c7f7bae18c Zach Ware will review the patch. -- hgrepos: +262 nosy: +vzhong