diff Makefile @ 7:eac8be119d81

tests: rearrange tests and use nosetests - provide package setup/teardown methods that fixes the environment - introduce a basetest that initializes a repository in a temp dir
author Idan Kamara <idankk86@gmail.com>
date Sat, 23 Jul 2011 22:55:39 +0300
parents 79f88b4db15f
children 37307caccf54
line wrap: on
line diff
--- a/Makefile	Sat Jul 23 22:55:39 2011 +0300
+++ b/Makefile	Sat Jul 23 22:55:39 2011 +0300
@@ -8,4 +8,4 @@
 .PHONY: tests
 
 tests:
-	cd tests && $(PYTHON) $(HGREPO)/tests/run-tests.py -l $(TESTFLAGS)
+	nosetests --with-doctest