view tests/test-doctest.py @ 4579:4500fbe3a432

Merge with crew
author Brendan Cully <brendan@kublai.com>
date Wed, 13 Jun 2007 19:11:20 -0700
parents 306055f5b65c
children 167c422c745f
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)