summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLouie Lu <git@louie.lu>2019-03-24 23:33:12 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2019-03-24 23:33:12 (GMT)
commit113d735e2091427f9623097d2a222dd99b16b568 (patch)
tree618029b078e0862ccabf403224c3380be29f2ad8 /Misc
parent13c1f72cd1d91fdc2654f2f57356b2eacb75f164 (diff)
downloadcpython-113d735e2091427f9623097d2a222dd99b16b568.zip
cpython-113d735e2091427f9623097d2a222dd99b16b568.tar.gz
cpython-113d735e2091427f9623097d2a222dd99b16b568.tar.bz2
bpo-30348: IDLE: Add test_autocomplete unittest (GH-2209)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-06-27-21-18-41.bpo-30348.WbaRJW.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-06-27-21-18-41.bpo-30348.WbaRJW.rst b/Misc/NEWS.d/next/IDLE/2018-06-27-21-18-41.bpo-30348.WbaRJW.rst
new file mode 100644
index 0000000..f665241
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2018-06-27-21-18-41.bpo-30348.WbaRJW.rst
@@ -0,0 +1 @@
+Increase test coverage of idlelib.autocomplete by 30%.