tests/test-doctest.py
author Brendan Cully <brendan@kublai.com>
Sun, 10 Jun 2007 20:08:47 -0700
changeset 4534 cc9b79216a76
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
Split convert extension into common and repository type modules

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)