[issue11551] test_dummy_thread.py test coverage improvement

2016-09-08 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___

[issue11551] test_dummy_thread.py test coverage improvement

2016-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 08f446bf45a7 by Senthil Kumaran in branch '3.5': Issue11551 - Increase the test coverage of _dummy_thread module to 100%. https://hg.python.org/cpython/rev/08f446bf45a7 New changeset d69e0df64b11 by Senthil Kumaran in branch 'default': [merge from 3

[issue11551] test_dummy_thread.py test coverage improvement

2016-09-08 Thread Senthil Kumaran
Senthil Kumaran added the comment: Here is an updated patch that increases the coverage to 100% and has some pep8 style improvements. shannon-2:issue11551 senthil$ ./python.exe -m test.regrtest test_dummy_thread Run tests sequentially 0:00:00 [1/1] test_dummy_thread 1 test OK. Total duration:

[issue11551] test_dummy_thread.py test coverage improvement

2016-09-07 Thread Senthil Kumaran
Senthil Kumaran added the comment: I've updated the patch to use unittest.mock, the removed the old style way of exercising it. -- nosy: +orsenthil Added file: http://bugs.python.org/file44429/issue11551.patch ___ Python tracker

[issue11551] test_dummy_thread.py test coverage improvement

2016-01-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue11551] test_dummy_thread.py test coverage improvement

2016-01-21 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Denver. Two things: 1. MockFunction needs to be replaced with unittest.mock.Mock. 2. Comments from Sandro and Ezio needs to be addressed. -- nosy: +berker.peksag stage: patch review -> needs patch versions: +Python 3.5, Python 3.6

[issue11551] test_dummy_thread.py test coverage improvement

2015-12-13 Thread Joseph Gordon
Changes by Joseph Gordon : -- nosy: +josephgordon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue11551] test_dummy_thread.py test coverage improvement

2014-07-17 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: -brian.curtin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue11551] test_dummy_thread.py test coverage improvement

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: @Denver are you still interested in working on this as a week or two has passed? :) -- nosy: +BreamoreBoy ___ Python tracker ___ ___

[issue11551] test_dummy_thread.py test coverage improvement

2013-01-22 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy nosy: +ezio.melotti, ramchandra.apte stage: -> patch review versions: +Python 3.4 ___ Python tracker ___ ___

[issue11551] test_dummy_thread.py test coverage improvement

2012-01-21 Thread Denver Coneybeare
Denver Coneybeare added the comment: I've looked at the review (thanks for the review) and can submit an updated patch. I don't have the Python source code pulled down to my PC anymore so it might take a week or two before I'm able to update the patch and test it out. I imagine that's not t

[issue11551] test_dummy_thread.py test coverage improvement

2012-01-19 Thread Sandro Tosi
Sandro Tosi added the comment: Hi Denver, do you have the time to address the review on rietveld and propose a new patch? -- ___ Python tracker ___

[issue11551] test_dummy_thread.py test coverage improvement

2011-06-25 Thread Sandro Tosi
Sandro Tosi added the comment: I run a review on rietveld, just minor stuff (even though I don't see the 100% coverage). -- nosy: +sandro.tosi ___ Python tracker ___ __

[issue11551] test_dummy_thread.py test coverage improvement

2011-03-14 Thread Denver Coneybeare
Changes by Denver Coneybeare : -- nosy: +brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue11551] test_dummy_thread.py test coverage improvement

2011-03-14 Thread Denver Coneybeare
Changes by Denver Coneybeare : Added file: http://bugs.python.org/file21206/test_dummy_thread_test_coverage_improvement_v2.patch ___ Python tracker ___ _

[issue11551] test_dummy_thread.py test coverage improvement

2011-03-14 Thread Denver Coneybeare
New submission from Denver Coneybeare : The attached patch increases the test coverage of the module _dummy_thread from 78% to 100%. -- components: Tests files: test_dummy_thread_test_coverage_improvement.patch keywords: patch messages: 130957 nosy: brian.curtin, denversc priority: norm