tests/test-doctest.py
changeset 34362 b76937fafe8a
parent 34359 ee10eb665036
child 34424 e416819d9ebb
equal deleted inserted replaced
34361:7508a7dc95c1 34362:b76937fafe8a
    67 testmod('mercurial.subrepo')
    67 testmod('mercurial.subrepo')
    68 testmod('mercurial.templatefilters')
    68 testmod('mercurial.templatefilters')
    69 testmod('mercurial.templater')
    69 testmod('mercurial.templater')
    70 testmod('mercurial.ui')
    70 testmod('mercurial.ui')
    71 testmod('mercurial.url')
    71 testmod('mercurial.url')
    72 testmod('mercurial.util', py3=False)  # py3: multiple bytes/unicode issues
    72 testmod('mercurial.util')
    73 testmod('mercurial.util', testtarget='platform')
    73 testmod('mercurial.util', testtarget='platform')
    74 testmod('hgext.convert.convcmd')
    74 testmod('hgext.convert.convcmd')
    75 testmod('hgext.convert.cvsps')
    75 testmod('hgext.convert.cvsps')
    76 testmod('hgext.convert.filemap')
    76 testmod('hgext.convert.filemap')
    77 testmod('hgext.convert.p4')
    77 testmod('hgext.convert.p4')