view tests/test-doctest.py @ 4915:8535c1770dd3

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

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)