tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 04 Jun 2007 00:24:48 -0300
changeset 4494 99f411ba0380
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
use .extend instead of .append in readtags

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)