tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Fri, 16 Mar 2007 22:48:20 -0300
changeset 4233 03a665f9f913
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
util._matcher: use "." as the root of empty {rel,}path patterns Should fix issue332. Really.

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)