tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Thu, 21 Jun 2007 00:34:14 -0300
changeset 4658 17f5d2069551
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
mq: test that qpush cleans things up when it fails

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)