view tests/test-doctest.py @ 4721:96614af3c679

convert: "unknown" is a string
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Mon, 25 Jun 2007 18:52:12 -0300
parents 306055f5b65c
children 167c422c745f
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)