comparison tests/doctest.txt @ 21:4df3e715817d

now have passing tests again
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 27 Feb 2012 13:44:52 -0800
parents c41a946d34af
children 90ef5d1ebff3
comparison
equal deleted inserted replaced
20:11bc01a089e7 21:4df3e715817d
7 7
8 Get the dependencies of a package:: 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 >>> dependencies = jetperf.dependencies() 11 >>> dependencies = jetperf.dependencies()
12 >>> dependencies == {'mozharness': 'http://hg.mozilla.org/build/mozharness/archive/tip.tar.gz#egg=mozharness', 'talos': 'http://hg.mozilla.org/build/talos/archive/tip.tar.gz#egg=talos'}
13 True
12 >>> jetperf.cleanup() 14 >>> jetperf.cleanup()