ewels/rich-click

Cover `cli.py` in tests

dwreeves opened this issue · 1 comments

Caught a typo that I made (never got merged to main) that wasn't caught by tests in rich_click.cli.patch.

It should have been caught by mypy, too. (The pre-commit mypy run does not really do as much as it should, since it does not rely on type-checking using any imported packages.) But making the mypy checks more robust is a separate issue from this.

Resolved via #158