comparison tests/test-doctest.py @ 34254:cd022a11ec83

py3: use bytes os.sep in doctest of pathutil.py
author Yuya Nishihara <yuya@tcha.org>
date Sun, 17 Sep 2017 12:26:42 +0900
parents 5ce32fe7df34
children ebe3d0095c69
comparison
equal deleted inserted replaced
34253:5ce32fe7df34 34254:cd022a11ec83
56 testmod('mercurial.hgweb.hgwebdir_mod', py3=False) # py3: repr(bytes) ? 56 testmod('mercurial.hgweb.hgwebdir_mod', py3=False) # py3: repr(bytes) ?
57 testmod('mercurial.match') 57 testmod('mercurial.match')
58 testmod('mercurial.mdiff') 58 testmod('mercurial.mdiff')
59 testmod('mercurial.minirst') 59 testmod('mercurial.minirst')
60 testmod('mercurial.patch') 60 testmod('mercurial.patch')
61 testmod('mercurial.pathutil', py3=False) # py3: os.sep 61 testmod('mercurial.pathutil')
62 testmod('mercurial.parser') 62 testmod('mercurial.parser')
63 testmod('mercurial.pycompat') 63 testmod('mercurial.pycompat')
64 testmod('mercurial.revsetlang') 64 testmod('mercurial.revsetlang')
65 testmod('mercurial.smartset') 65 testmod('mercurial.smartset')
66 testmod('mercurial.store') 66 testmod('mercurial.store')