diff tests/doctest.txt @ 0:89e0c87f09ca

initial (STUB) commit
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 11 Dec 2012 16:41:39 -0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/doctest.txt	Tue Dec 11 16:41:39 2012 -0800
@@ -0,0 +1,11 @@
+Test bzgit
+================
+
+The obligatory imports:
+
+    >>> import bzgit
+
+Run some tests.  This test will fail, please fix it:
+
+    >>> assert True == False
+