tests/test-doctest.py
author Matt Mackall <mpm@selenic.com>
Mon, 08 Oct 2007 18:47:14 -0500
changeset 5423 e5f238a8b0d2
parent 5081 167c422c745f
permissions -rw-r--r--
osutil: more cleanups - eliminate a level of nesting - untab targets of gotos

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)

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