comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:02b140ae3e78
1 Test disparity
2 ================
3
4 The obligatory imports:
5
6 >>> import disparity
7
8 Run some tests. This test will fail, please fix it:
9
10 >>> assert True == False
11