tests/test-doctest.py
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 26 Dec 2006 14:17:48 +0100
changeset 3988 9dcf9d45cab8
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
Don't use -f for rm in tests where not needed. Drop /bin/ from /bin/rm.

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)