freeipa/ipatests/test_ipapython
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
..
__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 Alias "unicode" to "str" under Python 3 2015-09-17 11:08:43 +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 Alias "unicode" to "str" under Python 3 2015-09-17 11:08:43 +02:00