diff tests/test-doctest.py @ 13402:f947d9a4c45c

hgweb: doctest of url creation from wildcard expansion
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 15 Feb 2011 01:04:10 +0100
parents 3eee7b42d17e
children ba43aa1e173c
line wrap: on
line diff
--- a/tests/test-doctest.py	Mon Feb 14 18:04:20 2011 -0600
+++ b/tests/test-doctest.py	Tue Feb 15 01:04:10 2011 +0100
@@ -22,5 +22,8 @@
 import mercurial.encoding
 doctest.testmod(mercurial.encoding)
 
+import mercurial.hgweb.hgwebdir_mod
+doctest.testmod(mercurial.hgweb.hgwebdir_mod)
+
 import hgext.convert.cvsps
 doctest.testmod(hgext.convert.cvsps)