tests/test-doctest.py
author Adrian Buehlmann <adrian@cadifra.com>
Mon, 14 Apr 2008 00:36:01 +0200
changeset 6551 4a064e1977f8
parent 5525 dcbda0c4c3eb
child 7041 b856071435f7
permissions -rw-r--r--
ignore *.pyd files *.c modules on Windows are compiled to *.pyd

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)