From: Serhiy Storchaka Date: Sat, 4 Jun 2016 20:28:40 +0000 (+0300) Subject: Issue #21916: Added tests for the turtle module. X-Git-Tag: v3.6.0a2~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e8e10e30dc35dc2d8d112aaebefdfa50b33f976;p=thirdparty%2FPython%2Fcpython.git Issue #21916: Added tests for the turtle module. Patch by ingrid, Gregory Loyse and Jelle Zijlstra. --- 6e8e10e30dc35dc2d8d112aaebefdfa50b33f976 diff --cc Misc/NEWS index ce498c633de2,ed09a5d145ce..5a1d4d56f933 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -1238,9 -538,9 +1238,12 @@@ Documentatio Tests ----- + - Issue #21916: Added tests for the turtle module. Patch by ingrid, + Gregory Loyse and Jelle Zijlstra. + +- Issue #26295: When using "python3 -m test --testdir=TESTDIR", regrtest + doesn't add "test." prefix to test module names. + - Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested.