summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index e0a2fcf..c40b485 100644
--- a/makefile
+++ b/makefile
@@ -10,7 +10,7 @@ help:
@echo
test:
- python tests.py
+ python -munittest
coverage:
coverage run --source=jsonpointer tests.py