tests/test-doctest.py
author Matt Mackall <mpm@selenic.com>
Wed, 18 Oct 2006 14:14:59 -0500
changeset 3496 baa271270829
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
Use file contexts in tags code

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)