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 argparse example #18

Closed bittner closed 2 years ago

bittner commented 2 years ago

Extends the examples adding a sample project that uses only Python's standard library.