Mercurial > hg > PaInt
diff 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 |
line wrap: on
line diff
--- a/tests/doctest.txt Fri Feb 24 14:52:53 2012 -0800 +++ b/tests/doctest.txt Fri Feb 24 15:05:08 2012 -0800 @@ -1,11 +1,12 @@ Test PaInt ================ -The obligatory imports: +The obligatory imports:: >>> import paint -Run some tests. This test will fail, please fix it: +Get the dependencies of a package:: >>> jetperf = paint.Package('http://k0s.org/mozilla/hg/jetperf/archive/tip.tar.gz') - + >>> dependencies = jetperf.dependencies() + >>> jetperf.cleanup()