diff tests/test-doctest.py @ 14171:fa2b596db182

ui: add configint function and tests
author Sune Foldager <cryo@cyanite.org>
date Tue, 03 May 2011 22:28:08 +0200
parents ba43aa1e173c
children a773119f30ba
line wrap: on
line diff
--- a/tests/test-doctest.py	Sun May 01 13:08:29 2011 -0500
+++ b/tests/test-doctest.py	Tue May 03 22:28:08 2011 +0200
@@ -16,6 +16,9 @@
 import mercurial.store
 doctest.testmod(mercurial.store)
 
+import mercurial.ui
+doctest.testmod(mercurial.ui)
+
 import mercurial.url
 doctest.testmod(mercurial.url)