From b71b9b9da2e9cb433ebd901e455a3da7a91983ce Mon Sep 17 00:00:00 2001 From: Kevin Ndung'u Date: Fri, 27 Mar 2015 16:58:09 +0300 Subject: [PATCH] Add Makefile to ease testing add 'test' directive to Makefile to run tests --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..ddb3a803 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: test + +test: + py.test -q tests/*.py