This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients Ramchandra Apte, berker.peksag, brett.cannon, denversc, ezio.melotti, josephgordon, orsenthil, sandro.tosi
Date 2016-09-08.09:23:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473326621.37.0.424449738317.issue11551@psf.upfronthosting.co.za>
In-reply-to
Content
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: 23 ms
Tests result: SUCCESS

shannon-2:issue11551 senthil$ ./python.exe -m coverage run --pylib --source=_dummy_thread Lib/test/regrtest.py test_dummy_thread
Run tests sequentially
0:00:00 [1/1] test_dummy_thread
1 test OK.

Total duration: 82 ms
Tests result: SUCCESS

shannon-2:issue11551 senthil$ ./python.exe -m coverage report --show-missing
Name                   Stmts   Miss  Cover   Missing
----------------------------------------------------
Lib/_dummy_thread.py      64      0   100%


Since these are restricted to test improvements and have addressed the comments from previous reviews, I am going ahead with committing this patch. If there are any further comments, we can address them in subsequent commits.
History
Date User Action Args
2016-09-08 09:23:41orsenthilsetrecipients: + orsenthil, brett.cannon, ezio.melotti, sandro.tosi, denversc, Ramchandra Apte, berker.peksag, josephgordon
2016-09-08 09:23:41orsenthilsetmessageid: <1473326621.37.0.424449738317.issue11551@psf.upfronthosting.co.za>
2016-09-08 09:23:41orsenthillinkissue11551 messages
2016-09-08 09:23:41orsenthilcreate