diff -r f0a77cb6316a -r 584044e5ad57 tests/test-doctest.py --- a/tests/test-doctest.py Sun Jul 05 11:54:14 2015 +0900 +++ b/tests/test-doctest.py Tue Jul 14 14:40:56 2015 +0100 @@ -31,6 +31,7 @@ testmod('mercurial.url') testmod('mercurial.util') testmod('mercurial.util', testtarget='platform') +testmod('hgext.convert.convcmd') testmod('hgext.convert.cvsps') testmod('hgext.convert.filemap') testmod('hgext.convert.p4')