comparison tests/doctest.txt @ 10:d63ae03cc300

* fix up __init__ imports * stub test
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 24 Feb 2012 14:52:53 -0800
parents 96362e527bd6
children c41a946d34af
comparison
equal deleted inserted replaced
9:562230cc2e86 10:d63ae03cc300
5 5
6 >>> import paint 6 >>> import paint
7 7
8 Run some tests. This test will fail, please fix it: 8 Run some tests. This test will fail, please fix it:
9 9
10 >>> assert True == False 10 >>> jetperf = paint.Package('http://k0s.org/mozilla/hg/jetperf/archive/tip.tar.gz')
11 11