tests/test-doctest.py
author Eric Hopper <hopper@omnifarious.org>
Thu, 17 May 2007 20:09:49 -0700
changeset 4441 32ea809e5bd1
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
Alter test to test import --exact to make sure it works with branches.

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)