freeipa/ipatests/test_ipapython
Petr Viktorin acf519f5c5 ipapython.secrets: Port to Python 3
StringIO was renamed in Python 3. The import was was unused,
so remove it.

Files need to be opened in binary mode if bytes are written to them.
(For Python 2: on Linux, there's no practical difference between
text and binary mode)

Reviewed-By: Tomas Babej <tbabej@redhat.com>
2015-10-27 17:23:25 +01: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 test_dn: Split bytes and unicode 2015-10-07 10:27:20 +02:00
test_ipap11helper.py ipatests: port of p11helper test from github 2015-04-02 08:51:27 +00:00
test_ipautil.py Do not compare types that are not comparable in Python 3 2015-10-13 14:16:32 +02:00
test_ipavalidate.py tests: Use PEP8-compliant setup/teardown method names 2014-11-21 12:14:44 +01:00
test_keyring.py test_keyring: Use str(e) instead of e.message for exceptions 2015-10-13 14:16:32 +02:00
test_secrets.py ipapython.secrets: Port to Python 3 2015-10-27 17:23:25 +01:00
test_ssh.py ipapython.ssh: Port to Python 3 2015-10-07 10:27:20 +02:00