view tests/test-doctest.py @ 5092:4f37ce544c16

test-oldcgi: replace shebangs with explicit python calls to help pysh.
author Patrick Mezard <pmezard@gmail.com>
date Mon, 06 Aug 2007 09:57:23 +0200
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)