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 pyproject.toml, run coverage with unit tests #9

Closed bittner closed 2 years ago

bittner commented 2 years ago

Moves most test and linting tool configuration settings to the new popular pyproject.toml file, thus cleaning up tox.ini.

In addition, we generate coverage information when running unit tests for more transparency.