annotate tests/doctest.txt @ 4:88de10f30442 default tip

fun
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 22 Jun 2013 10:05:16 -0700
parents 02b140ae3e78
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
02b140ae3e78 the dumping ground begins
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
1 Test disparity
02b140ae3e78 the dumping ground begins
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
2 ================
02b140ae3e78 the dumping ground begins
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
3
02b140ae3e78 the dumping ground begins
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
4 The obligatory imports:
02b140ae3e78 the dumping ground begins
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
5
02b140ae3e78 the dumping ground begins
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
6 >>> import disparity
02b140ae3e78 the dumping ground begins
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
7
02b140ae3e78 the dumping ground begins
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
8 Run some tests. This test will fail, please fix it:
02b140ae3e78 the dumping ground begins
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
9
02b140ae3e78 the dumping ground begins
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
10 >>> assert True == False
02b140ae3e78 the dumping ground begins
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
11