view tests/test-doctest.py @ 4269:bdbfc2193524

appendfile: handle only changelog.i file
author Matt Mackall <mpm@selenic.com>
date Thu, 22 Mar 2007 20:10:46 -0500
parents 306055f5b65c
children 167c422c745f
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)