Mercurial > hg > PaInt
diff tests/doctest.txt @ 54:a8236b97abd3
separate methods for gathering package information
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 23 Jan 2013 15:12:37 -0800 |
parents | 026d693cd561 |
children | 042a1b2a3e8a |
line wrap: on
line diff
--- a/tests/doctest.txt Wed Jan 02 13:59:27 2013 -0800 +++ b/tests/doctest.txt Wed Jan 23 15:12:37 2013 -0800 @@ -12,3 +12,8 @@ >>> 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'} True >>> jetperf._cleanup() + +Test different ways of getting package information. First we'll use +an interface that overrides ``setuptools.setup``:: + + >>> import paint.info