[New-bugs-announce] [issue37766] IDLE autocomplete: revise fetch_completions, add htest

Terry J. Reedy report at bugs.python.org
Mon Aug 5 16:34:53 EDT 2019


New submission from Terry J. Reedy <tjreedy at udel.edu>:

#36419 did not cover fetch_ completions.  Most of the remaining 7% of autocomplete not covered by tests is in that function.  I want to rename smalll to small and bigl to big (and in test file); they are awkward to read and write.  I may want to revise otherwise to aid testing.

The test line referencing #36405 fails when run in autocomplete itself.  I need to refresh myself as to why I added it and revise or delete.

Some of the test_fetch_completion needs revision, and it should be split before being augmented.

An htest would make manual testing of intended behavior changes easier.

----------
assignee: terry.reedy
components: IDLE
messages: 349069
nosy: terry.reedy
priority: normal
severity: normal
stage: needs patch
status: open
title: IDLE autocomplete: revise fetch_completions, add htest
type: enhancement
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37766>
_______________________________________


More information about the New-bugs-announce mailing list