tests/test-doctest.py
author Matt Mackall <mpm@selenic.com>
Wed, 18 Oct 2006 22:38:23 -0500
changeset 3497 3464f5e77f34
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
Minor tags optimization

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)