changeset 1040:bafa4c3b7385

tests: run doctests on all .py files
author Kevin Bullock <kbullock@ringworld.org>
date Sat, 05 Aug 2017 17:22:55 -0500
parents 25c13dd3433f
children fddb62eaf217
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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-%: