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

Activate isort, test-drive generation of docs #17

Closed bittner closed 2 years ago

bittner commented 2 years ago

It went unnoticed that isort was not executed as a CI job yet.

It also makes sense to test-drive the generation of the docs with every PR.