From ac1d5f8a2b3066c4080e4aecdb117a1c066a1726 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 13 Oct 2020 21:13:37 +0200 Subject: [PATCH] update the test command --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9737dfc..21aca7f 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,7 @@ init: test: @. venv/bin/activate @( \ - cd tests/; \ - pytest; \ + pytest --cov=. --cov-report=html; \ ) clean: distclean