tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Sat, 10 Mar 2007 23:00:58 -0300
changeset 4191 1c69c73d85d9
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
locate: exit(1) if we didn't print any file

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)