tests/test-doctest.py
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 29 May 2007 16:42:05 +0200
changeset 4461 12e4d9524951
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
hgweb: use generator to count parity of horizontal stripes for easier reading. - use web.stripes in all places and consistently - start with parity0 for lists generated in reverse (e.g. changelog)

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)