mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Re-enable doctest, fix broken docstrings
This commit is contained in:
committed by
Rob Crittenden
parent
252e9b61eb
commit
87480b7bde
@@ -264,9 +264,9 @@ class textui(backend.Backend):
|
||||
>>> entry = dict(sn='Last', givenname='First', uid='flast')
|
||||
>>> ui = textui()
|
||||
>>> ui.print_entry(entry)
|
||||
givenname: 'First'
|
||||
sn: 'Last'
|
||||
uid: 'flast'
|
||||
givenname: First
|
||||
sn: Last
|
||||
uid: flast
|
||||
"""
|
||||
assert type(entry) is dict
|
||||
if entry.get('dn'):
|
||||
|
Reference in New Issue
Block a user