freeipa/ipatests/test_ipapython
Petr Viktorin 70d1c71e46 Convert zip() result to list()
In Python 3, zip() returns an iterator. To get a list, it must
be explicitly converted.
In most cases, zip() result is iterated over so this is not
necessary.

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_cookie.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_dn.py Use Python3-compatible dict method names 2015-09-01 11:42:01 +02:00
test_ipap11helper.py ipatests: port of p11helper test from github 2015-04-02 08:51:27 +00:00
test_ipautil.py Convert zip() result to list() 2015-09-01 11:42:01 +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 use of range() 2015-09-01 11:42:01 +02:00
test_ssh.py Modernize 'except' clauses 2015-08-12 18:17:23 +02:00