view tests/test-doctest.py @ 4355:c3c53eb44611

Merge with crew
author Matt Mackall <mpm@selenic.com>
date Mon, 16 Apr 2007 12:27:49 -0500
parents 306055f5b65c
children 167c422c745f
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)