tests/test-doctest.py
author Christian Ebert <blacktrash@gmx.net>
Thu, 28 Jun 2007 02:11:54 +0200
changeset 4817 c10d3bc05a8d
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
setup.py not executable: change instructions at beginning of file

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)