tests/test-doctest.py
changeset 34359 ee10eb665036
parent 34358 8cbcee0b923d
child 34362 b76937fafe8a
equal deleted inserted replaced
34358:8cbcee0b923d 34359:ee10eb665036
    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', py3=False)  # py3: multiple bytes/unicode issues
    73 testmod('mercurial.util', testtarget='platform')
    73 testmod('mercurial.util', testtarget='platform')
    74 testmod('hgext.convert.convcmd', py3=False)  # py3: use of str() ?
    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')
    78 testmod('hgext.convert.subversion')
    78 testmod('hgext.convert.subversion')
    79 testmod('hgext.mq')
    79 testmod('hgext.mq')