freeipa/ipatests/test_ipaserver
Jan Cholasta 23507e6124 Alias "unicode" to "str" under Python 3
The six way of doing this is to replace all occurences of "unicode"
with "six.text_type". However, "unicode" is non-ambiguous and
(arguably) easier to read. Also, using it makes the patches smaller,
which should help with backporting.

Reviewed-By: Petr Viktorin <pviktori@redhat.com>
2015-09-17 11:08:43 +02:00
..
data Implement OTP token importing 2014-06-25 12:55:02 +02:00
test_install Alias "unicode" to "str" under Python 3 2015-09-17 11:08:43 +02:00
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
httptest.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_changepw.py Use absolute imports 2015-08-12 18:17:23 +02:00
test_ldap.py Alias "unicode" to "str" under Python 3 2015-09-17 11:08:43 +02:00
test_otptoken_import.py ipatests: Take otptoken import test out of execution 2015-08-20 16:55:26 +02:00
test_rpcserver.py Alias "unicode" to "str" under Python 3 2015-09-17 11:08:43 +02:00
test_topology_plugin.py Integration tests for topology plugin 2015-08-28 16:12:25 +02:00