tests/test-doctest.py
changeset 31518 43d6ef658874
parent 31481 a7c687c35119
child 31808 ca3b4a2b7e54
equal deleted inserted replaced
31517:468bc8a1863d 31518:43d6ef658874
    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.color')
    26 testmod('mercurial.config')
    27 testmod('mercurial.config')
    27 testmod('mercurial.dagparser', optionflags=doctest.NORMALIZE_WHITESPACE)
    28 testmod('mercurial.dagparser', optionflags=doctest.NORMALIZE_WHITESPACE)
    28 testmod('mercurial.dispatch')
    29 testmod('mercurial.dispatch')
    29 testmod('mercurial.encoding')
    30 testmod('mercurial.encoding')
    30 testmod('mercurial.formatter')
    31 testmod('mercurial.formatter')