tests/test-doctest.py
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 01 Mar 2007 22:15:17 +0100
changeset 4122 306055f5b65c
parent 3224 394ac87f3b74
child 5081 167c422c745f
permissions -rw-r--r--
Unified #! paths for python scripts and removed them for test modules.

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)