Mercurial > hg
comparison tests/test-doctest.py @ 34208:0a2fd3bfc704
py3: convert function name to bytes in ui.configwith()
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 03 Sep 2017 17:47:21 +0900 |
parents | 1e71dddc10a2 |
children | dfd009e5f9f2 |
comparison
equal
deleted
inserted
replaced
34207:5a1b41268b7c | 34208:0a2fd3bfc704 |
---|---|
66 testmod('mercurial.smartset') | 66 testmod('mercurial.smartset') |
67 testmod('mercurial.store', py3=False) # py3: bytes[n] | 67 testmod('mercurial.store', py3=False) # py3: bytes[n] |
68 testmod('mercurial.subrepo') | 68 testmod('mercurial.subrepo') |
69 testmod('mercurial.templatefilters') | 69 testmod('mercurial.templatefilters') |
70 testmod('mercurial.templater') | 70 testmod('mercurial.templater') |
71 testmod('mercurial.ui', py3=False) # py3: __name__ | 71 testmod('mercurial.ui') |
72 testmod('mercurial.url') | 72 testmod('mercurial.url') |
73 testmod('mercurial.util', py3=False) # py3: multiple bytes/unicode issues | 73 testmod('mercurial.util', py3=False) # py3: multiple bytes/unicode issues |
74 testmod('mercurial.util', testtarget='platform') | 74 testmod('mercurial.util', testtarget='platform') |
75 testmod('hgext.convert.convcmd', py3=False) # py3: use of str() ? | 75 testmod('hgext.convert.convcmd', py3=False) # py3: use of str() ? |
76 testmod('hgext.convert.cvsps') | 76 testmod('hgext.convert.cvsps') |