tests/test-doctest.py
changeset 31481 a7c687c35119
parent 31439 b70407bd84d5
child 31518 43d6ef658874
--- a/tests/test-doctest.py	Fri Mar 17 09:58:49 2017 -0700
+++ b/tests/test-doctest.py	Fri Mar 17 09:19:56 2017 -0700
@@ -23,6 +23,7 @@
 
 testmod('mercurial.changegroup')
 testmod('mercurial.changelog')
+testmod('mercurial.config')
 testmod('mercurial.dagparser', optionflags=doctest.NORMALIZE_WHITESPACE)
 testmod('mercurial.dispatch')
 testmod('mercurial.encoding')