sopel-irc / sopel

:robot::speech_balloon: An easy-to-use and highly extensible IRC Bot framework. Formerly Willie.
https://sopel.chat
Other
951 stars 405 forks source link

search: fix cases where `.suggest` gets only one item back #2513

Closed dgw closed 9 months ago

dgw commented 9 months ago

xmltodict presents a response with only one <CompleteSuggestion> element as just a plain OrderedDict, without any list wrapping it. This PR fixes the behavior, adds an @example test covering a query that currently returns only one result, and updates the VCR cassettes for all @example tests.

As a bonus, which example should appear in .help suggest is now explicitly specified with user_help=True.

Checklist