tests/test-doctest.py
author Eric Hopper <hopper@omnifarious.org>
Wed, 18 Oct 2006 02:14:26 -0500
changeset 3449 c8686e3f0291
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
Testing the new changegroupsubset remote function in the ssh and http protocols.

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)