view tests/test-doctest.py @ 4312:5e05007d3857

Merge with stable
author Matt Mackall <mpm@selenic.com>
date Thu, 05 Apr 2007 17:09:31 -0500
parents 306055f5b65c
children 167c422c745f
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)