freeipa/ipatests
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
..
man ipatests: Setup SSSD debugging mode by default 2014-05-09 13:57:04 +03:00
pytest_plugins ipatests: Make descriptions sorted according to the order of the tests 2015-01-14 11:55:01 +01:00
test_cmdline Port from python-krbV to python-gssapi 2015-08-26 09:41:36 +02:00
test_install Server Upgrade: remove --test option 2015-03-19 12:48:41 +01:00
test_integration Replace uses of map() 2015-09-01 11:42:01 +02:00
test_ipalib Replace uses of map() 2015-09-01 11:42:01 +02:00
test_ipapython Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
test_ipaserver Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
test_pkcs10 Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
test_webui Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
test_xmlrpc Replace uses of map() 2015-09-01 11:42:01 +02:00
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
data.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
i18n.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
ipa-run-tests Switch ipa-run-tests to pytest 2014-11-21 12:14:44 +01:00
ipa-test-config test_integration: Use python-pytest-multihost 2014-12-11 07:04:58 +01:00
ipa-test-task Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
pytest.ini ipatests: Use pytest-sourceorder 2014-12-17 15:37:56 +01:00
setup.py.in Replace filter() calls with list comprehensions 2015-09-01 11:42:01 +02:00
test_util.py Use absolute imports 2015-08-12 18:17:23 +02:00
util.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00