freeipa/ipatests
Petr Viktorin 8de13bd7dd Use the print function
In Python 3, `print` is no longer a statement. Call it as a function
everywhere, and include the future import to remove the statement
in Python 2 code as well.

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 Use the print function 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 the print function 2015-09-01 11:42:01 +02:00
test_xmlrpc Use the print function 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 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