comparison makeitso/python_module/tests/doctest.txt @ 152:88f5bab340a1

make this slightly less sucky
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 01 Dec 2012 19:12:58 -0800
parents 4ee086606772
children
comparison
equal deleted inserted replaced
151:e70421c50d0a 152:88f5bab340a1
1 Test {{project}} 1 Test {{project}}
2 ================ 2 ================
3 3
4 The obligatory imports: 4 The obligatory imports:
5 5
6 >>> import {{package}} 6 >>> import {{module}}
7 7
8 Run some tests. This test will fail, please fix it: 8 Run some tests. This test will fail, please fix it:
9 9
10 >>> assert True == False 10 >>> assert True == False