tests/test-doctest.py
changeset 34218 aa877860d4d7
parent 34215 b4abc438a8c9
child 34253 5ce32fe7df34
equal deleted inserted replaced
34217:5307cc57f271 34218:aa877860d4d7
    48 testmod('mercurial.color')
    48 testmod('mercurial.color')
    49 testmod('mercurial.config')
    49 testmod('mercurial.config')
    50 testmod('mercurial.context')
    50 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', py3=False)  # py3: multiple encoding issues
    53 testmod('mercurial.encoding')
    54 testmod('mercurial.formatter', py3=False)  # py3: write bytes to stdout
    54 testmod('mercurial.formatter', py3=False)  # py3: write bytes to stdout
    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')
    58 testmod('mercurial.mdiff')
    58 testmod('mercurial.mdiff')