Mercurial > hg > mercurial-source
diff 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 |
parents | e61a8395c3c1 |
children | 308344d80fe5 |
line wrap: on
line diff
--- a/tests/test-doctest.py +++ b/tests/test-doctest.py @@ -15,6 +15,7 @@ testmod('mercurial.dagparser', optionflags=doctest.NORMALIZE_WHITESPACE) testmod('mercurial.dispatch') testmod('mercurial.encoding') +testmod('mercurial.hg') testmod('mercurial.hgweb.hgwebdir_mod') testmod('mercurial.match') testmod('mercurial.minirst')