freeipa/ipatests/test_ipapython
Petr Viktorin 6a741b51da Replace dict.has_key with the 'in' operator
The deprecated has_key method will be removed from dicts in Python 3.

For custom dict-like classes, has_key() is kept on Python 2,
but disabled for Python 3.

Reviewed-By: Tomas Babej <tbabej@redhat.com>
2015-08-12 18:17:23 +02:00
..
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_cookie.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_dn.py Replace dict.has_key with the 'in' operator 2015-08-12 18:17:23 +02:00
test_ipap11helper.py ipatests: port of p11helper test from github 2015-04-02 08:51:27 +00:00
test_ipautil.py Replace dict.has_key with the 'in' operator 2015-08-12 18:17:23 +02:00
test_ipavalidate.py tests: Use PEP8-compliant setup/teardown method names 2014-11-21 12:14:44 +01:00
test_keyring.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
test_ssh.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00