comparison tests/test.py @ 11:ff272dcd5cd8

we have a passing test
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 27 May 2011 07:02:27 -0700
parents a825f00fe062
children daf3a05a05fe
comparison
equal deleted inserted replaced
10:ba2355d57998 11:ff272dcd5cd8
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 2
3 """ 3 """
4 doctest runner 4 doctest runner for pyloader
5 """ 5 """
6 6
7 import doctest 7 import doctest
8 import os 8 import os
9 import sys 9 import sys