tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 20 Nov 2006 19:32:45 -0200
changeset 3701 05c8704a3743
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
handle git patches that rename a file to more than one destination

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)