From 312b53bb7819cf07fb4cc9b3d6789062070fb04f Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 5 Jun 2015 14:58:46 +0200 Subject: [PATCH] Add testing commands to makefile --- src/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Makefile b/src/Makefile index d79277f041..24daa1bceb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -12,3 +12,9 @@ staticfiles: compress: ./manage.py compress + +test: + py.test tests + +coverage: + coverage run -m py.test