view tests/test-doctest.py @ 5367:adce4d30a6ea

Merge with crew
author Matt Mackall <mpm@selenic.com>
date Tue, 02 Oct 2007 18:04:18 -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)