tests/test-doctest.py
author Bryan O'Sullivan <bos@serpentine.com>
Tue, 17 Jul 2007 09:39:30 -0700
changeset 4901 27414950abf5
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
Update test output to reflect small changes in patch chattiness.

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)