tests/test-doctest.py
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 04 Jul 2007 09:20:56 +0200
changeset 4798 452d171a1b39
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
Fixed calling the merge script and reporting errors in debuginstall (issue617)

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)