Mercurial > hg-stable
comparison 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 |
comparison
equal
deleted
inserted
replaced
19097:3f5e75c22585 | 19098:f01ae031f84c |
---|---|
25 doctest.testmod(mercurial.ui) | 25 doctest.testmod(mercurial.ui) |
26 | 26 |
27 import mercurial.url | 27 import mercurial.url |
28 doctest.testmod(mercurial.url) | 28 doctest.testmod(mercurial.url) |
29 | 29 |
30 import mercurial.dispatch | |
31 doctest.testmod(mercurial.dispatch) | |
32 | |
30 import mercurial.encoding | 33 import mercurial.encoding |
31 doctest.testmod(mercurial.encoding) | 34 doctest.testmod(mercurial.encoding) |
32 | 35 |
33 import mercurial.hgweb.hgwebdir_mod | 36 import mercurial.hgweb.hgwebdir_mod |
34 doctest.testmod(mercurial.hgweb.hgwebdir_mod) | 37 doctest.testmod(mercurial.hgweb.hgwebdir_mod) |