freeipa/ipatests/test_ipalib
Petr Viktorin 905d81f500 ipalib.aci: Port to Python 3
- Don't encode under Python 3, where shlex would choke on bytes
- Sort the attrs dictionary in export_to_string, so the tests are
  deterministic. (The iteration order of dicts was always unspecified,
  but was always the same in practice under CPython 2.)

Reviewed-By: Tomas Babej <tbabej@redhat.com>
2015-10-13 14:16:32 +02:00
..
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_aci.py ipalib.aci: Port to Python 3 2015-10-13 14:16:32 +02:00
test_backend.py Replace StandardError with Exception 2015-09-30 10:51:36 +02:00
test_base.py Alias "unicode" to "str" under Python 3 2015-09-17 11:08:43 +02:00
test_capabilities.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_cli.py Modernize use of range() 2015-09-01 11:42:01 +02:00
test_config.py Replace StandardError with Exception 2015-09-30 10:51:36 +02:00
test_crud.py plugable: Pass API to plugins on initialization rather than using set_api 2015-07-01 13:05:30 +00:00
test_errors.py Replace StandardError with Exception 2015-09-30 10:51:36 +02:00
test_frontend.py test_ipalib.test_frontend: Port unbound method tests to Python 3 2015-10-13 14:16:32 +02:00
test_messages.py Modernize use of range() 2015-09-01 11:42:01 +02:00
test_output.py plugable: Pass API to plugins on initialization rather than using set_api 2015-07-01 13:05:30 +00:00
test_parameters.py Remove uses of the types module 2015-10-07 10:27:20 +02:00
test_plugable.py Replace StandardError with Exception 2015-09-30 10:51:36 +02:00
test_rpc.py Appease pylint 2015-10-07 10:27:20 +02:00
test_text.py Alias "unicode" to "str" under Python 3 2015-09-17 11:08:43 +02:00
test_util.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_x509.py x509: Port to Python 3 2015-10-13 14:16:32 +02:00