comparison tests/doctest.txt @ 6:232e67cac00c

stub testing
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 28 Feb 2012 10:21:03 -0800
parents
children 5ee4fe3decd9
comparison
equal deleted inserted replaced
5:39080c0f1b08 6:232e67cac00c
1 Test PaInt
2 ================
3
4 The obligatory imports::
5
6 >>> import simpypi
7 >>> import tempfile
8
9 Make a temporary package directory::
10
11 >>> directory = tempfile.mkdtemp()