freeipa/ipatests
Petr Viktorin 5178e9a597 Modernize use of range()
In Python 3, range() behaves like the old xrange().
The difference between range() and xrange() is usually not significant,
especially if the whole result is iterated over.

Convert xrange() usage to range() for small ranges.
Use modern idioms in a few other uses of range().

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 Use the print function 2015-09-01 11:42:01 +02: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 Use the print function 2015-09-01 11:42:01 +02:00
test_ipalib Modernize use of range() 2015-09-01 11:42:01 +02:00
test_ipapython Modernize use of range() 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 the print function 2015-09-01 11:42:01 +02:00
test_xmlrpc Modernize use of range() 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 Modernize use of range() 2015-09-01 11:42:01 +02:00
i18n.py Use the print function 2015-09-01 11:42:01 +02:00
ipa-run-tests Switch ipa-run-tests to pytest 2014-11-21 12:14:44 +01:00
ipa-test-config Use the print function 2015-09-01 11:42:01 +02:00
ipa-test-task Use the print function 2015-09-01 11:42:01 +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