tests/test-doctest.py
changeset 30560 783016005122
parent 28933 6262f0215d08
child 30881 1be65deb3d54
equal deleted inserted replaced
30559:d83ca854fa21 30560:783016005122
    18 testmod('mercurial.changegroup')
    18 testmod('mercurial.changegroup')
    19 testmod('mercurial.changelog')
    19 testmod('mercurial.changelog')
    20 testmod('mercurial.dagparser', optionflags=doctest.NORMALIZE_WHITESPACE)
    20 testmod('mercurial.dagparser', optionflags=doctest.NORMALIZE_WHITESPACE)
    21 testmod('mercurial.dispatch')
    21 testmod('mercurial.dispatch')
    22 testmod('mercurial.encoding')
    22 testmod('mercurial.encoding')
       
    23 testmod('mercurial.formatter')
    23 testmod('mercurial.hg')
    24 testmod('mercurial.hg')
    24 testmod('mercurial.hgweb.hgwebdir_mod')
    25 testmod('mercurial.hgweb.hgwebdir_mod')
    25 testmod('mercurial.match')
    26 testmod('mercurial.match')
    26 testmod('mercurial.minirst')
    27 testmod('mercurial.minirst')
    27 testmod('mercurial.patch')
    28 testmod('mercurial.patch')