freeipa/ipatests/pytest_plugins
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
..
__init__.py Declarative tests: Switch to pytest 2014-11-21 12:14:44 +01:00
beakerlib.py ipatests: Use pytest-beakerlib 2014-12-17 15:37:56 +01:00
declarative.py ipatests: Make descriptions sorted according to the order of the tests 2015-01-14 11:55:01 +01:00
integration.py Use the print function 2015-09-01 11:42:01 +02:00
nose_compat.py Add local pytest plugin for --with-xunit and --logging-level 2014-11-21 12:14:44 +01:00