diff tests/doctest.txt @ 57:d5e5c7496784

stubbing
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 23 Jan 2013 16:26:14 -0800
parents 042a1b2a3e8a
children acee5e882768
line wrap: on
line diff
--- a/tests/doctest.txt	Wed Jan 23 16:01:29 2013 -0800
+++ b/tests/doctest.txt	Wed Jan 23 16:26:14 2013 -0800
@@ -20,3 +20,6 @@
     >>> import paint.info
     >>> dummy_path = os.path.join(here, 'dummy')
     >>> package_info = paint.info.SetupOverridePackageInfo(dummy_path)
+    >>> info = package_info()
+    >>> info['name']
+    'dummy'