tests/test-doctest.py
author Thomas Arendsen Hein <thomas@intevation.de>
Mon, 02 Jul 2007 22:45:58 +0200
changeset 4772 a7915f79d4cc
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
Added import test for [PATCH] subject and message body with subject

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)