Mercurial > public > mercurial-scm > hg-stable
diff tests/test-doctest.py @ 34261: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 |
line wrap: on
line diff
--- a/tests/test-doctest.py Sun Sep 17 12:23:16 2017 +0900 +++ b/tests/test-doctest.py Sun Sep 17 12:26:42 2017 +0900 @@ -58,7 +58,7 @@ testmod('mercurial.mdiff') testmod('mercurial.minirst') testmod('mercurial.patch') -testmod('mercurial.pathutil', py3=False) # py3: os.sep +testmod('mercurial.pathutil') testmod('mercurial.parser') testmod('mercurial.pycompat') testmod('mercurial.revsetlang')