[issue30666] IDLE: add tests for auto-completions

2017-06-14 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: -> terry.reedy components: +IDLE ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue30666] IDLE: add tests for auto-completions

2017-06-14 Thread Terry J. Reedy
New submission from Terry J. Reedy: 1. Test_autocomplete.AutoCompleteTest has a test_method for each method of autocomplete.AutoComplete. The last 5 test methods are empty ('pass'). Finish them. A couple of the methods might be usefully split into smaller methods. Get_entity is actually a f