comparison tests/doctest.txt @ 8:c3c65fb15ab3

stub tests
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 22 Nov 2011 14:13:27 -0800
parents
children cf920f85fb98
comparison
equal deleted inserted replaced
7:dce6a9351c1e 8:c3c65fb15ab3
1 Test licenser
2 ================
3
4 The obligatory imports:
5
6 >>> import licenser
7
8 Run some tests. This test will fail, please fix it:
9
10 >>> assert True == False
11