tests/test-doctest.py
changeset 7097 d4218edd55bd
parent 7078 967adcf5910d
child 7185 67ba74938b15
--- a/tests/test-doctest.py	Wed Oct 15 01:14:29 2008 +0200
+++ b/tests/test-doctest.py	Mon Oct 13 17:31:03 2008 +0100
@@ -14,3 +14,6 @@
 
 import mercurial.util
 doctest.testmod(mercurial.util)
+
+import hgext.convert.cvsps
+doctest.testmod(hgext.convert.cvsps)