summaryrefslogtreecommitdiffstats
path: root/ipalib/frontend.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-10-17 20:50:34 -0600
committerJason Gerard DeRose <jderose@redhat.com>2008-10-17 20:50:34 -0600
commitf1eb74e22cadf3a9f4ac991e0f8b922f6fb56d1e (patch)
treed860008173983e8f91b385cb9816d19fa08cfd7d /ipalib/frontend.py
parent8322138f38a4f9c826e4ab148a4fee7df5e93b34 (diff)
downloadfreeipa-f1eb74e22cadf3a9f4ac991e0f8b922f6fb56d1e.tar.gz
freeipa-f1eb74e22cadf3a9f4ac991e0f8b922f6fb56d1e.tar.xz
freeipa-f1eb74e22cadf3a9f4ac991e0f8b922f6fb56d1e.zip
make-test now runs doctests also; fixed several broken doctests
Diffstat (limited to 'ipalib/frontend.py')
-rw-r--r--ipalib/frontend.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/ipalib/frontend.py b/ipalib/frontend.py
index bf3eb7f28..2c34b9722 100644
--- a/ipalib/frontend.py
+++ b/ipalib/frontend.py
@@ -63,8 +63,8 @@ class DefaultFrom(plugable.ReadOnly):
The callback is available through the ``DefaultFrom.callback`` instance
attribute, like this:
- >>> login.callback
- <function <lambda> at 0x7fdd225cd7d0>
+ >>> login.callback # doctest:+ELLIPSIS
+ <function <lambda> at 0x...>
>>> login.callback.func_code.co_varnames # The keys
('first', 'last')
@@ -473,8 +473,8 @@ class Command(plugable.Plugin):
>>> api.finalize()
>>> list(api.Command)
['my_command']
- >>> api.Command.my_command
- PluginProxy(Command, __main__.my_command())
+ >>> api.Command.my_command # doctest:+ELLIPSIS
+ PluginProxy(Command, ...my_command())
"""
__public__ = frozenset((