annotate tests/doctest.txt @ 0:02b140ae3e78

the dumping ground begins
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 20 Feb 2013 11:15:11 -0800
parents
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