Mercurial > hg > PaInt
diff tests/doctest.txt @ 56:042a1b2a3e8a
start flushing out tests
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 23 Jan 2013 16:01:29 -0800 |
parents | a8236b97abd3 |
children | d5e5c7496784 |
line wrap: on
line diff
--- a/tests/doctest.txt Wed Jan 23 15:35:49 2013 -0800 +++ b/tests/doctest.txt Wed Jan 23 16:01:29 2013 -0800 @@ -3,6 +3,7 @@ The obligatory imports:: + >>> import os >>> import paint Get the dependencies of a package:: @@ -17,3 +18,5 @@ an interface that overrides ``setuptools.setup``:: >>> import paint.info + >>> dummy_path = os.path.join(here, 'dummy') + >>> package_info = paint.info.SetupOverridePackageInfo(dummy_path)