diff tests/doctest.txt @ 0:bdc039cb1f2e

wth
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 24 Sep 2013 13:13:35 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/doctest.txt	Tue Sep 24 13:13:35 2013 -0700
@@ -0,0 +1,11 @@
+Test CommitWatcher
+================
+
+The obligatory imports:
+
+    >>> import commitwatcher
+
+Run some tests.  This test will fail, please fix it:
+
+    >>> assert True == False
+