view tests/test-doctest.py @ 4278:cfe886c14ddf

Add ability to send bundles to patchbomb extension
author John Goerzen <jgoerzen@complete.org>
date Mon, 26 Mar 2007 13:37:48 -0500
parents 306055f5b65c
children 167c422c745f
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)