diff tests/doctest.txt @ 8:c3c65fb15ab3

stub tests
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 22 Nov 2011 14:13:27 -0800
parents
children cf920f85fb98
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/doctest.txt	Tue Nov 22 14:13:27 2011 -0800
@@ -0,0 +1,11 @@
+Test licenser
+================
+
+The obligatory imports:
+
+    >>> import licenser
+
+Run some tests.  This test will fail, please fix it:
+
+    >>> assert True == False
+