diff tests/doctest.txt @ 0:642e1f903bd0

initial commit of talos, mozutils port of http://k0s.org/mozilla/talos/new-talos-zip-bug.py
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 22 Jan 2013 12:10:40 -0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/doctest.txt	Tue Jan 22 12:10:40 2013 -0800
@@ -0,0 +1,11 @@
+Test ReleaseTalos
+================
+
+The obligatory imports:
+
+    >>> import releasetalos
+
+Run some tests.  This test will fail, please fix it:
+
+    >>> assert True == False
+