comparison 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
comparison
equal deleted inserted replaced
56:042a1b2a3e8a 57:d5e5c7496784
18 an interface that overrides ``setuptools.setup``:: 18 an interface that overrides ``setuptools.setup``::
19 19
20 >>> import paint.info 20 >>> import paint.info
21 >>> dummy_path = os.path.join(here, 'dummy') 21 >>> dummy_path = os.path.join(here, 'dummy')
22 >>> package_info = paint.info.SetupOverridePackageInfo(dummy_path) 22 >>> package_info = paint.info.SetupOverridePackageInfo(dummy_path)
23 >>> info = package_info()
24 >>> info['name']
25 'dummy'