##// END OF EJS Templates
test-doctest: test url.py again, removed by 7cc4263e07a9
Patrick Mezard -
r13194:b549ee32 default
parent child Browse files
Show More
@@ -13,6 +13,9 doctest.testmod(mercurial.dagparser, opt
13 13 import mercurial.match
14 14 doctest.testmod(mercurial.match)
15 15
16 import mercurial.url
17 doctest.testmod(mercurial.url)
18
16 19 import mercurial.encoding
17 20 doctest.testmod(mercurial.encoding)
18 21
General Comments 0
You need to be logged in to leave comments. Login now