Mercurial > public > mercurial-scm > hg
diff tests/test-doctest.py @ 13949:ba43aa1e173c
store: add some doctests
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Sun, 17 Apr 2011 17:55:34 +0200 |
parents | f947d9a4c45c |
children | fa2b596db182 |
line wrap: on
line diff
--- a/tests/test-doctest.py Sun Apr 17 01:44:09 2011 +0200 +++ b/tests/test-doctest.py Sun Apr 17 17:55:34 2011 +0200 @@ -13,6 +13,9 @@ import mercurial.match doctest.testmod(mercurial.match) +import mercurial.store +doctest.testmod(mercurial.store) + import mercurial.url doctest.testmod(mercurial.url)