tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Thu, 14 Feb 2008 18:08:16 -0200
changeset 6108 5086576a2152
parent 5525 dcbda0c4c3eb
child 7041 b856071435f7
permissions -rw-r--r--
revert: only call dirstate.normal when we know the file is clean

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)