Skip to content
Snippets Groups Projects
Commit bafa4c3b authored by Kevin Bullock's avatar Kevin Bullock
Browse files

tests: run doctests on all .py files

parent 25c13dd3
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
all: help
tests:
python -m doctest hggit/hg2git.py
python -m doctest hggit/*.py contrib/*.py
cd tests && $(PYTHON) run-tests.py --with-hg=`which hg` $(TESTFLAGS)
test-%:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment