Mercurial > public > mercurial-scm > hg-stable
diff tests/test-doctest.py @ 19098:f01ae031f84c stable
dispatch: add doctests for _earlygetopt
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Mon, 29 Apr 2013 14:14:41 -0700 |
parents | 0d5a22f73a1f |
children | 10a7d2bcb81b |
line wrap: on
line diff
--- a/tests/test-doctest.py Tue Apr 30 21:19:56 2013 +0200 +++ b/tests/test-doctest.py Mon Apr 29 14:14:41 2013 -0700 @@ -27,6 +27,9 @@ import mercurial.url doctest.testmod(mercurial.url) +import mercurial.dispatch +doctest.testmod(mercurial.dispatch) + import mercurial.encoding doctest.testmod(mercurial.encoding)