view tests/test-doctest.py @ 5594:8623debad845

coverage: return to not assuming that python is in /usr/bin
author Bryan O'Sullivan <bos@serpentine.com>
date Sun, 02 Dec 2007 21:54:56 -0800
parents dcbda0c4c3eb
children b856071435f7
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)

import mercurial.httprepo
doctest.testmod(mercurial.httprepo)

import mercurial.util
doctest.testmod(mercurial.util)