tests/test-doctest.py
author Brendan Cully <brendan@kublai.com>
Wed, 18 Oct 2006 10:37:34 -0700
changeset 3465 2d35a8d2b32d
parent 3232 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
patch: return list of modified files even when an exception is raised The file list is passed in as an argument and updated in place. This fixes issue399.

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)