tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Fri, 16 Feb 2007 04:54:46 -0200
changeset 4092 4ced663bebf0
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
git patches: handle renames of binary files

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)