diff Makefile @ 76:37307caccf54

add a script to run tests with nose plugins loaded
author Idan Kamara <idankk86@gmail.com>
date Sat, 15 Oct 2011 20:09:59 +0200
parents eac8be119d81
children b3c2f0e6bda2
line wrap: on
line diff
--- a/Makefile	Sat Oct 15 20:03:04 2011 +0200
+++ b/Makefile	Sat Oct 15 20:09:59 2011 +0200
@@ -8,4 +8,4 @@
 .PHONY: tests
 
 tests:
-	nosetests --with-doctest
+	$(PYTHON) test.py --with-doctest