comparison tests/test-doctest.py @ 34359:ee10eb665036

py3: replace str(None) with literal in convcmd.py
author Yuya Nishihara <yuya@tcha.org>
date Wed, 27 Sep 2017 19:08:23 +0900
parents 8cbcee0b923d
children b76937fafe8a
comparison
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')