view makeitso/python_module/tests/doctest.txt @ 202:2d009a183d53

STUB: makeitso/python_package/tests/test_{{package}}.py
author Jeff Hammel <k0scist@gmail.com>
date Tue, 12 Aug 2014 14:50:50 -0700
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