view makeitso/python_module/tests/doctest.txt @ 259:15ade7ad64da

hopefully introduce a failing test for tox install
author Jeff Hammel <k0scist@gmail.com>
date Sat, 27 May 2017 17:50:13 -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