Mercurial > hg > MakeItSo
annotate makeitso/python_module/tests/doctest.txt @ 248:407dd46857e1
fix syntax error in python.py + version bump
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 31 Mar 2017 18:05:28 -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:
141
diff
changeset
|
6 >>> import {{module}} |
141 | 7 |
8 Run some tests. This test will fail, please fix it: | |
9 | |
10 >>> assert True == False |