painless-software / python-cli-test-helpers

Useful helpers for writing tests for your Python CLI program.
https://python-cli-test-helpers.readthedocs.io
GNU General Public License v3.0
28 stars 4 forks source link

Add test on CLI usage to examples, use dispatch function #32

Closed bittner closed 1 year ago

bittner commented 1 year ago

A test that verifies that the usage instructions are printed was missing in the examples until now.

In addition, we now call the function appropriately that provides the dispatching of CLI functionality.