Open bbelderbos opened 1 year ago
You can see how coverage goes:
(venv) $ pip install pytest-cov
(venv) $ pytest --cov=. --cov-report=term-missing
Currently ~48%
test standard output = use capfd
(no 10 of https://pybit.es/articles/pytest-tips/)
Referencing the package now since branch debug-060220223
$ pytest --cov=verb_conjugator --cov-report=term-missing
Eg:
And some more ...