tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Tue, 05 Jun 2007 19:26:36 -0300
changeset 4506 9f952dd4413b
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
test-serve: let run-tests.py kill the daemons If the daemons die while the tests are still running, we'll get additional "killed!" messages, making the test fail.

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)