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

Mention and demonstrate `testfixtures` in docs and examples #38

Open bittner opened 1 year ago

bittner commented 1 year ago

The testfixtures package looks like a helpful project for working with fixtures. It may be worth:

Links