freeipa/ipatests
Petr Viktorin b2436560df Alias "unicode" to "str" under Python 3
Follow-up to commit 23507e6124

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.

https://fedorahosted.org/freeipa/ticket/5623

Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
2016-01-20 11:59:21 +01:00
..
man Fix hyphen-used-as-minus-sign warning (found by lintian) 2015-10-22 18:21:30 +02:00
pytest_plugins logger: Use warning instead of warn 2016-01-18 17:49:54 +01:00
test_cmdline Remove unused imports 2015-12-23 07:59:22 +01:00
test_install Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_integration Use explicit truncating division 2016-01-20 11:59:21 +01:00
test_ipalib Remove unused imports 2015-12-23 07:59:22 +01:00
test_ipapython Remove wildcard imports 2015-12-23 07:59:22 +01:00
test_ipaserver tests for package version comparison 2016-01-12 15:33:22 +01:00
test_pkcs10 Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_webui Remove unused imports 2015-12-23 07:59:22 +01:00
test_xmlrpc Alias "unicode" to "str" under Python 3 2016-01-20 11:59:21 +01:00
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
data.py Fix more bytes/unicode issues 2015-10-22 18:34:46 +02:00
i18n.py Remove unused imports 2015-12-23 07:59:22 +01: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 ipapython: remove default_encoding_utf8 2016-01-15 13:39:52 +01:00
setup.py.in Remove unused imports 2015-12-23 07:59:22 +01:00
test_util.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
util.py Separated Tracker implementations into standalone package 2015-12-02 17:12:24 +01:00