This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients terry.reedy
Date 2019-08-05.20:34:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565037293.97.0.42173755359.issue37766@roundup.psfhosted.org>
In-reply-to
Content
#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.
History
Date User Action Args
2019-08-05 20:34:53terry.reedysetrecipients: + terry.reedy
2019-08-05 20:34:53terry.reedysetmessageid: <1565037293.97.0.42173755359.issue37766@roundup.psfhosted.org>
2019-08-05 20:34:53terry.reedylinkissue37766 messages
2019-08-05 20:34:53terry.reedycreate