comparison tests/test-doctest.py @ 20799:069bf1b821c8

clone: add doctest for default destination
author Yuya Nishihara <yuya@tcha.org>
date Sat, 22 Mar 2014 00:46:08 +0900 (2014-03-21)
parents e61a8395c3c1
children 308344d80fe5
comparison
equal deleted inserted replaced
20798:170d6d591a7d 20799:069bf1b821c8
13 13
14 testmod('mercurial.changelog') 14 testmod('mercurial.changelog')
15 testmod('mercurial.dagparser', optionflags=doctest.NORMALIZE_WHITESPACE) 15 testmod('mercurial.dagparser', optionflags=doctest.NORMALIZE_WHITESPACE)
16 testmod('mercurial.dispatch') 16 testmod('mercurial.dispatch')
17 testmod('mercurial.encoding') 17 testmod('mercurial.encoding')
18 testmod('mercurial.hg')
18 testmod('mercurial.hgweb.hgwebdir_mod') 19 testmod('mercurial.hgweb.hgwebdir_mod')
19 testmod('mercurial.match') 20 testmod('mercurial.match')
20 testmod('mercurial.minirst') 21 testmod('mercurial.minirst')
21 testmod('mercurial.revset') 22 testmod('mercurial.revset')
22 testmod('mercurial.store') 23 testmod('mercurial.store')