mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add makefile target for easy test coverage checking.
This commit is contained in:
parent
5f0a7375c8
commit
9618b0c78a
3
Makefile
3
Makefile
@ -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
1163
tests/coverage.py
Executable file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user