tests/test-doctest.py
author Brendan Cully <brendan@kublai.com>
Thu, 28 Jun 2007 21:16:25 -0700
changeset 4738 c41a404ac387
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
Handle extensions with defined but empty cmdtable

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)