freeipa/ipatests/test_ipalib
Petr Viktorin ace63f4ea5 Replace uses of map()
In Python 2, map() returns a list; in Python 3 it returns an iterator.

Replace all uses by list comprehensions, generators, or for loops,
as required.

Reviewed-By: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2015-09-01 11:42:01 +02:00
..
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_aci.py ipalib.aci: Fix bugs in comparison 2014-06-04 10:10:08 +02:00
test_backend.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
test_base.py Allow indexing API object types by class 2014-03-25 14:18:12 +01:00
test_capabilities.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_cli.py plugable: Pass API to plugins on initialization rather than using set_api 2015-07-01 13:05:30 +00:00
test_config.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
test_crud.py plugable: Pass API to plugins on initialization rather than using set_api 2015-07-01 13:05:30 +00:00
test_errors.py Replace uses of map() 2015-09-01 11:42:01 +02:00
test_frontend.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
test_messages.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_output.py plugable: Pass API to plugins on initialization rather than using set_api 2015-07-01 13:05:30 +00:00
test_parameters.py Use six.integer_types instead of (long, int) 2015-09-01 11:42:01 +02:00
test_plugable.py plugable: Remove unused call method of Plugin 2015-07-01 13:05:30 +00:00
test_rpc.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
test_text.py tests: Use PEP8-compliant setup/teardown method names 2014-11-21 12:14:44 +01:00
test_util.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_x509.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00