tests/test-doctest.py
author Brendan Cully <brendan@kublai.com>
Thu, 12 Oct 2006 09:17:16 -0700
changeset 3368 751df21dad72
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
Add test for git binary diff support

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)