diff test_docs.py @ 22:915fdf283ac5

Moved docs out to a separate file.
author Atul Varma <varmaa@toolness.com>
date Thu, 10 Sep 2009 16:59:18 -0700
parents d382ca63d43f
children
line wrap: on
line diff
--- a/test_docs.py	Thu Sep 10 16:37:33 2009 -0700
+++ b/test_docs.py	Thu Sep 10 16:59:18 2009 -0700
@@ -3,4 +3,4 @@
 import pydertron
 
 if __name__ == '__main__':
-    doctest.testmod(pydertron, verbose=True)
+    doctest.testfile("docs.txt", globs=pydertron.__dict__, verbose=True)