diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-13 21:27:35 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-13 21:27:35 +0200 |
commit | 9087617e2e023010f5386f222303292dbd015996 (patch) | |
tree | e2cc28640ec227350d6a11e1fa85e2b6de274fd2 /doc/muistilista.txt | |
parent | b12c97653c2ee004292b0fdfd770a2c59451854b (diff) |
Adding tests for rest of board/board.py and removing duplicate code.
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 . |