From 9087617e2e023010f5386f222303292dbd015996 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Sat, 13 Jan 2024 21:27:35 +0200 Subject: Adding tests for rest of board/board.py and removing duplicate code. --- doc/muistilista.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 . -- cgit v1.2.3