Mercurial > hg > MakeItSo
annotate makeitso/python_module/tests/doctest.txt @ 236:f3a0fb722b45
version bump
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 15 Dec 2015 10:23:30 -0800 |
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 |