diff options
Diffstat (limited to 'doc/muistilista.txt')
-rw-r--r-- | doc/muistilista.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/muistilista.txt b/doc/muistilista.txt index 19e5778..6ee2281 100644 --- a/doc/muistilista.txt +++ b/doc/muistilista.txt @@ -1,7 +1,7 @@ MUISTILISTA! Generoi haarakattavuusraportti: -poetry run python3 -m coverage run --branch -m pytest && poetry run python3 -m coverage html && firefox htmlcov/index.html +poetry run python3 -m coverage run --branch -m pytest -v && poetry run python3 -m coverage html && firefox htmlcov/index.html Linttaus -poetry run python3 -m pylint -v .
\ No newline at end of file +poetry run python3 -m pylint -v . |