view tests/test-doctest.py @ 4782:7cd8a00d08de

merge with crew-stable
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 03 Jul 2007 12:46:34 +0200
parents 306055f5b65c
children 167c422c745f
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)