Mercurial > python-for-js-programmers
view test.py @ 14:33f8f445378d
Added section on batteries included.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 05 Jun 2008 20:02:39 -0700 |
parents | 506880d3a791 |
children |
line wrap: on
line source
import doctest if __name__ == "__main__": doctest.testfile("PythonForJsProgrammers.txt") print "Doctests passed."