comparison makeitso/python_package/tests/doctest.txt @ 84:0fbc2bcdabd7

use correct delimeters
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 09 Jan 2011 11:20:16 -0800
parents 0d5fac58b1a8
children
comparison
equal deleted inserted replaced
83:dc51bd3b8f6a 84:0fbc2bcdabd7
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 {{package}}
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