diff tests/doctest.txt @ 59:acee5e882768

the egg-info tests fail. yay!
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 25 Jan 2013 07:12:33 -0800
parents d5e5c7496784
children 1234bfb1f1f0
line wrap: on
line diff
--- a/tests/doctest.txt	Wed Jan 23 16:59:36 2013 -0800
+++ b/tests/doctest.txt	Fri Jan 25 07:12:33 2013 -0800
@@ -23,3 +23,10 @@
     >>> info = package_info()
     >>> info['name']
     'dummy'
+
+Now let's use the .egg-info way::
+
+    >>> package_info = paint.info.EggInfo(dummy_path)
+    >>> info = package_info()
+    >>> info['name']
+    'dummy'