freeipa/ipatests/test_ipaserver
Petr Viktorin 037eae26d0 test_ipaserver.test_ldap: Adjust tests to Python 3's KeyView
In Python 3, the keys() method of mappings returns a KeyView object
that reflects the mapping's state. In LDAPEntry, this means that
the collection returned by keys() is case-insensitive and supports
aliases.

Part of the fix for: https://fedorahosted.org/freeipa/ticket/4985

Reviewed-By: Martin Basti <mbasti@redhat.com>
2016-05-30 16:44:08 +02:00
..
data Implement OTP token importing 2014-06-25 12:55:02 +02:00
test_install Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
httptest.py Use six.moves.http_client instead of httplib 2015-10-07 10:27:20 +02:00
test_changepw.py Remove unused imports 2015-12-23 07:59:22 +01:00
test_ldap.py test_ipaserver.test_ldap: Adjust tests to Python 3's KeyView 2016-05-30 16:44:08 +02:00
test_otptoken_import.py Enable pylint expression-not-assigned check 2015-12-23 07:59:22 +01:00
test_rpcserver.py test_rpcserver: Expect updated error message under Python 3 2016-05-30 16:44:08 +02:00
test_topology_plugin.py test_topology_plugin: Don't rely on order of an attribute's values 2016-05-30 16:44:08 +02:00
test_version_comparison.py tests for package version comparison 2016-01-12 15:33:22 +01:00