tests/test-doctest.py
author Brendan Cully <brendan@kublai.com>
Wed, 01 Aug 2007 14:32:05 -0700
changeset 5048 8db8e1100f3f
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
Update asciidoc instructions to suggest html4 for newer versions

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)