Mercurial > hg > MakeItSo
annotate makeitso/python_module/tests/doctest.txt @ 268:64979cfff465 default tip
some py3 fixes
| author | Jeff Hammel <k0scist@gmail.com> | 
|---|---|
| date | Tue, 29 May 2018 15:28:41 -0700 | 
| parents | 88f5bab340a1 | 
| children | 
| rev | line source | 
|---|---|
| 141 | 1 Test {{project}} | 
| 2 ================ | |
| 3 | |
| 4 The obligatory imports: | |
| 5 | |
| 152 
88f5bab340a1
make this slightly less sucky
 Jeff Hammel <jhammel@mozilla.com> parents: 
141diff
changeset | 6 >>> import {{module}} | 
| 141 | 7 | 
| 8 Run some tests. This test will fail, please fix it: | |
| 9 | |
| 10 >>> assert True == False | 
