view tests/test-doctest.py @ 6281:3e5f99b13998

convert: avoid querying log of foreign svn branches Server configuration may prevent access to other branches, so don't even try to get them, instead of ignoring them afterwards.
author Patrick Mezard <pmezard@gmail.com>
date Sun, 16 Mar 2008 00:35:14 +0100
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)