view tests/test-doctest.py @ 4786:4bd0b2f862ba

Remove specific version requirement and point to latest versions of Mac Python downloads.
author Lee Cantey <lcantey@gmail.com>
date Tue, 03 Jul 2007 04:18:24 -0700
parents 306055f5b65c
children 167c422c745f
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)