Mercurial > hg
view tests/test-doctest.py @ 5085:dcfd75502b82
Test symlink handling on platform not supporting them
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Wed, 08 Aug 2007 22:47:18 +0200 |
parents | 167c422c745f |
children | dcbda0c4c3eb |
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)