comparison tests/doctest.txt @ 0:96362e527bd6

initial package
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 21 Feb 2012 20:30:10 -0800
parents
children d63ae03cc300
comparison
equal deleted inserted replaced
-1:000000000000 0:96362e527bd6
1 Test PaInt
2 ================
3
4 The obligatory imports:
5
6 >>> import paint
7
8 Run some tests. This test will fail, please fix it:
9
10 >>> assert True == False
11