diff tests/doctest.txt @ 6:232e67cac00c

stub testing
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 28 Feb 2012 10:21:03 -0800
parents
children 5ee4fe3decd9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/doctest.txt	Tue Feb 28 10:21:03 2012 -0800
@@ -0,0 +1,11 @@
+Test PaInt
+================
+
+The obligatory imports::
+
+    >>> import simpypi
+    >>> import tempfile
+
+Make a temporary package directory::
+
+    >>> directory = tempfile.mkdtemp()