view tests/test-doctest.py @ 6482:529d7887ecfe

test-mactext: simplify test, coverage is ensured by win32text tests
author Patrick Mezard <pmezard@gmail.com>
date Sat, 05 Apr 2008 19:03:45 +0200
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)