tests/test-doctest.py
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 23 Jun 2007 20:21:10 +0200
changeset 4684 849f011dbf79
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
Remember path to 'hg' executable and pass to external tools and hooks as $HG.

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)