changeset 34256 | ebe3d0095c69 |
parent 34254 | cd022a11ec83 |
child 34358 | 8cbcee0b923d |
--- a/tests/test-doctest.py Sun Sep 17 12:39:14 2017 +0900 +++ b/tests/test-doctest.py Sun Sep 17 12:39:53 2017 +0900 @@ -51,7 +51,7 @@ testmod('mercurial.dagparser', optionflags=doctest.NORMALIZE_WHITESPACE) testmod('mercurial.dispatch') testmod('mercurial.encoding') -testmod('mercurial.formatter', py3=False) # py3: write bytes to stdout +testmod('mercurial.formatter') testmod('mercurial.hg') testmod('mercurial.hgweb.hgwebdir_mod', py3=False) # py3: repr(bytes) ? testmod('mercurial.match')