Add makefile target for easy test coverage checking.

This commit is contained in:
Georg Brandl 2009-02-22 19:00:36 +01:00
parent 5f0a7375c8
commit 9618b0c78a
2 changed files with 1166 additions and 0 deletions

View File

@ -30,3 +30,6 @@ reindent:
test:
@cd tests; $(PYTHON) run.py -d -m '^[tT]est' $(TEST)
covertest:
@cd tests; $(PYTHON) run.py -d -m '^[tT]est' --with-coverage --cover-package=sphinx $(TEST)

1163
tests/coverage.py Executable file

File diff suppressed because it is too large Load Diff