view tests/test-doctest.py @ 5442:be015f9b7405

Merge with crew
author Matt Mackall <mpm@selenic.com>
date Tue, 09 Oct 2007 17:44:44 -0500
parents 167c422c745f
children
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)

import mercurial.httprepo
doctest.testmod(mercurial.httprepo)