Show More
@@ -48,7 +48,8 b' Doctest helper:' | |||||
48 | ... ui.verbose = verbose |
|
48 | ... ui.verbose = verbose | |
49 | ... ui.pushbuffer() |
|
49 | ... ui.pushbuffer() | |
50 | ... try: |
|
50 | ... try: | |
51 |
... return fn(ui, ui.formatter(fn.__name__ |
|
51 | ... return fn(ui, ui.formatter(pycompat.sysbytes(fn.__name__), | |
|
52 | ... pycompat.byteskwargs(opts))) | |||
52 | ... finally: |
|
53 | ... finally: | |
53 | ... print(pycompat.sysstr(ui.popbuffer()), end='') |
|
54 | ... print(pycompat.sysstr(ui.popbuffer()), end='') | |
54 |
|
55 |
@@ -51,7 +51,7 b" testmod('mercurial.context')" | |||||
51 | testmod('mercurial.dagparser', optionflags=doctest.NORMALIZE_WHITESPACE) |
|
51 | testmod('mercurial.dagparser', optionflags=doctest.NORMALIZE_WHITESPACE) | |
52 | testmod('mercurial.dispatch') |
|
52 | testmod('mercurial.dispatch') | |
53 | testmod('mercurial.encoding') |
|
53 | testmod('mercurial.encoding') | |
54 | testmod('mercurial.formatter', py3=False) # py3: write bytes to stdout |
|
54 | testmod('mercurial.formatter') | |
55 | testmod('mercurial.hg') |
|
55 | testmod('mercurial.hg') | |
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') |
General Comments 0
You need to be logged in to leave comments.
Login now