comparison tests/doctest.txt @ 5:7ea2b5f12b2d

stub tests
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 08 Jul 2011 10:28:31 -0700
parents
children 111ffe84f66a
comparison
equal deleted inserted replaced
4:79f332fb3275 5:7ea2b5f12b2d
1 Test carton
2 ===========
3
4 The obligatory imports:
5
6 >>> import carton
7 >>> import tempfile
8
9 Run some tests::
10
11 >>> assert True
12