comparison tests/doctest.txt @ 11:c41a946d34af

stub out info method
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 24 Feb 2012 15:05:08 -0800
parents d63ae03cc300
children 4df3e715817d
comparison
equal deleted inserted replaced
10:d63ae03cc300 11:c41a946d34af
1 Test PaInt 1 Test PaInt
2 ================ 2 ================
3 3
4 The obligatory imports: 4 The obligatory imports::
5 5
6 >>> import paint 6 >>> import paint
7 7
8 Run some tests. This test will fail, please fix it: 8 Get the dependencies of a package::
9 9
10 >>> jetperf = paint.Package('http://k0s.org/mozilla/hg/jetperf/archive/tip.tar.gz') 10 >>> jetperf = paint.Package('http://k0s.org/mozilla/hg/jetperf/archive/tip.tar.gz')
11 11 >>> dependencies = jetperf.dependencies()
12 >>> jetperf.cleanup()