summaryrefslogtreecommitdiff
path: root/tests/runtests.py
blob: 54266c04aaeb0deb9cd14734d3f1c9a0b5dfc547 (plain)
1
2
3
4
5
6
7
8
import sys, os
sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
import doctest

if __name__ == '__main__':
    doctest.testfile('test_template.txt')
    doctest.testfile('../docs/index.txt')