comparison 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
comparison
equal deleted inserted replaced
6:96f8c5095e2e 7:eac8be119d81
6 all: help 6 all: help
7 7
8 .PHONY: tests 8 .PHONY: tests
9 9
10 tests: 10 tests:
11 cd tests && $(PYTHON) $(HGREPO)/tests/run-tests.py -l $(TESTFLAGS) 11 nosetests --with-doctest