tests/test-doctest.py
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 18 Oct 2006 12:17:02 +0200
changeset 3454 0600d326d96a
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
Adjust default cmdline style to really match verbose/debug log.

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)