Mercurial > hg > MakeItSo
view makeitso/python_module/tests/doctest.txt @ 206:d9d7bfdb54db
http://stackoverflow.com/questions/4375327/python-argparse-preformatted-help-text
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 21 Nov 2014 14:36:17 -0800 |
parents | 88f5bab340a1 |
children |
line wrap: on
line source
Test {{project}} ================ The obligatory imports: >>> import {{module}} Run some tests. This test will fail, please fix it: >>> assert True == False