# HG changeset patch # User Kevin Bullock <kbullock@ringworld.org> # Date 1501971775 18000 # Sat Aug 05 17:22:55 2017 -0500 # Node ID bafa4c3b738579df00355c23664f9635e93e2810 # Parent 25c13dd3433fea782109190abbd0c7d0e9fca381 tests: run doctests on all .py files diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -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-%: