tests/test-doctest.py
author Brendan Cully <brendan@kublai.com>
Thu, 05 Jul 2007 19:56:16 -0700
changeset 4828 496ac05c6a31
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
hgwebdir: show only trailing part of path when browsing subdirectories

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)