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
30 stars 4 forks source link

Use new shell command instead of `os.system` in examples #5

Closed bittner closed 2 years ago

bittner commented 2 years ago

The new shell command that we provide offers a few nice features that we can show off with our example test setup.