diff options
author | Louie Lu <git@louie.lu> | 2019-03-24 23:33:12 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2019-03-24 23:33:12 (GMT) |
commit | 113d735e2091427f9623097d2a222dd99b16b568 (patch) | |
tree | 618029b078e0862ccabf403224c3380be29f2ad8 /Misc | |
parent | 13c1f72cd1d91fdc2654f2f57356b2eacb75f164 (diff) | |
download | cpython-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.rst | 1 |
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%. |