tests/test-doctest.py
changeset 31481 a7c687c35119
parent 31439 b70407bd84d5
child 31518 43d6ef658874
equal deleted inserted replaced
31480:07fe520280d2 31481:a7c687c35119
    21         mod = getattr(mod, testtarget)
    21         mod = getattr(mod, testtarget)
    22     doctest.testmod(mod, optionflags=optionflags)
    22     doctest.testmod(mod, optionflags=optionflags)
    23 
    23 
    24 testmod('mercurial.changegroup')
    24 testmod('mercurial.changegroup')
    25 testmod('mercurial.changelog')
    25 testmod('mercurial.changelog')
       
    26 testmod('mercurial.config')
    26 testmod('mercurial.dagparser', optionflags=doctest.NORMALIZE_WHITESPACE)
    27 testmod('mercurial.dagparser', optionflags=doctest.NORMALIZE_WHITESPACE)
    27 testmod('mercurial.dispatch')
    28 testmod('mercurial.dispatch')
    28 testmod('mercurial.encoding')
    29 testmod('mercurial.encoding')
    29 testmod('mercurial.formatter')
    30 testmod('mercurial.formatter')
    30 testmod('mercurial.hg')
    31 testmod('mercurial.hg')