summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-06-04 20:28:40 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-06-04 20:28:40 (GMT)
commit6e8e10e30dc35dc2d8d112aaebefdfa50b33f976 (patch)
tree8254e6b739ebb762c38dffc2cf13a5a8a32d1882 /Misc
parent55de5c3de39a770c1de423f3fb5c34183a053316 (diff)
parent41e9ad1ef40666e616d0923776b0b1d034b863ad (diff)
downloadcpython-6e8e10e30dc35dc2d8d112aaebefdfa50b33f976.zip
cpython-6e8e10e30dc35dc2d8d112aaebefdfa50b33f976.tar.gz
cpython-6e8e10e30dc35dc2d8d112aaebefdfa50b33f976.tar.bz2
Issue #21916: Added tests for the turtle module.
Patch by ingrid, Gregory Loyse and Jelle Zijlstra.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ce498c6..5a1d4d5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1238,6 +1238,9 @@ Documentation
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.