tests/test-doctest.py
author Matt Mackall <mpm@selenic.com>
Tue, 18 Dec 2007 14:01:42 -0600
changeset 5659 3da652f2039c
parent 5525 dcbda0c4c3eb
child 7041 b856071435f7
permissions -rw-r--r--
util: get rid of is_win_9x wart

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)