tests/test-doctest.py
author Matt Mackall <mpm@selenic.com>
Fri, 23 Mar 2007 00:12:28 -0500
changeset 4273 8185a1ca8628
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
tags: require -f to replace an existing tag based on a patch from Johan Herland <johherla@online.no>

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)