tests/test-doctest.py
author Matt Mackall <mpm@selenic.com>
Wed, 18 Oct 2006 10:46:51 -0500
changeset 3452 fcf14d87e0a4
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
If we can't write the branch cache, fail quietly.

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)