comparison tests/doctest.txt @ 0:b3023ba3c9ca

stub
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 24 Mar 2012 11:37:59 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b3023ba3c9ca
1 Test configuration
2 ================
3
4 The obligatory imports:
5
6 >>> import configuration
7
8 Run some tests. This test will fail, please fix it:
9
10 >>> assert True == False
11