Mercurial > hg > PaInt
annotate tests/doctest.txt @ 16:e6cdc58fc4f5
more helpful debugging
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 24 Feb 2012 16:04:22 -0800 |
parents | c41a946d34af |
children | 4df3e715817d |
rev | line source |
---|---|
0 | 1 Test PaInt |
2 ================ | |
3 | |
11 | 4 The obligatory imports:: |
0 | 5 |
6 >>> import paint | |
7 | |
11 | 8 Get the dependencies of a package:: |
0 | 9 |
10 | 10 >>> jetperf = paint.Package('http://k0s.org/mozilla/hg/jetperf/archive/tip.tar.gz') |
11 | 11 >>> dependencies = jetperf.dependencies() |
12 >>> jetperf.cleanup() |