view tests/test-doctest.py @ 5118:07735e2d24cb

debugsvnlog call had too many quotes (found by Edouard Gomez)
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 07 Aug 2007 12:10:56 +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)