tests/test-doctest.py
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 02 Feb 2008 14:49:31 +0100
changeset 5998 5d91f6e6f841
parent 5525 dcbda0c4c3eb
child 7041 b856071435f7
permissions -rw-r--r--
Clarify help for hg status and make it consistent.

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)

import mercurial.httprepo
doctest.testmod(mercurial.httprepo)

import mercurial.util
doctest.testmod(mercurial.util)