Add Python tests to module

This commit is contained in:
2022-12-05 10:44:36 +01:00
parent cabfdd57ea
commit 54edd95e5b
4 changed files with 75 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ clean: ## Clean up
if [ -d fimdlp/testcpp/lcoverage ]; then rm -fr fimdlp/testcpp/lcoverage/* ; fi;
test:
python -m unittest -v fimdlp.tests
cd fimdlp/testcpp && ./test
coverage: