freeipa/tests
Rob Crittenden 33802ab712 Use context to decide which name to return on RequirementsErrors
When a Requirement fails we throw an exception including the name of the
field that is missing. To make the command-line friendlier we have a
cli_name defined which may or may not match the LDAP attribute. This can
be confusing if you are using ipalib directly because the attribute name
missing may not match what is actually required (desc vs description is
a good example).

If you use the context 'cli' then it will throw exceptions using cli_name.
If you use any other context it will use the name of the attribute.

ticket 187
2010-10-28 16:06:06 -04:00
..
test_cmdline Check to see if the command is available before running command tests. 2010-08-06 15:33:32 -04:00
test_install Fix the ipa-ldap-updater tests. 2010-09-10 16:52:31 -04:00
test_ipalib Use context to decide which name to return on RequirementsErrors 2010-10-28 16:06:06 -04:00
test_ipaserver Fix LDAP client backend failing test case 2010-10-01 13:42:32 -04:00
test_pkcs10
test_xmlrpc Populate indirect members when showing a group object. 2010-10-28 15:15:52 -04:00
__init__.py
data.py
test_util.py
util.py