diff tests/test-doctest.py @ 30560:783016005122

formatter: add overview of API and example as doctest
author Yuya Nishihara <yuya@tcha.org>
date Sat, 22 Oct 2016 15:02:11 +0900
parents 6262f0215d08
children 1be65deb3d54
line wrap: on
line diff
--- a/tests/test-doctest.py	Sat Oct 22 14:35:10 2016 +0900
+++ b/tests/test-doctest.py	Sat Oct 22 15:02:11 2016 +0900
@@ -20,6 +20,7 @@
 testmod('mercurial.dagparser', optionflags=doctest.NORMALIZE_WHITESPACE)
 testmod('mercurial.dispatch')
 testmod('mercurial.encoding')
+testmod('mercurial.formatter')
 testmod('mercurial.hg')
 testmod('mercurial.hgweb.hgwebdir_mod')
 testmod('mercurial.match')