tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 16 Oct 2006 15:38:53 -0300
changeset 3426 bb00a5a92c30
parent 3232 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
Add a test for the acl extension

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)