tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Sat, 02 Dec 2006 03:38:55 -0200
changeset 3761 9433bdcaa9ae
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
Ignore all errors while parsing the branch cache.

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)