tests/test-doctest.py
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 19 Jun 2007 08:06:37 +0200
changeset 4633 ff7253a0d1da
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
Cleanup of whitespace, indentation and line continuation.

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)