ansible/test/units/module_utils
Toshio Kuratomi 28227546fa Various python3 updates for module_utils: (#17345)
* Port set_*_if_different functions to python3
* Add surrogate_or_strict and surrogate_or_replace error handlers for
  to_text, to_bytes, to_native
* Set default error handler to surrogate_or_replace
* Make use of the new error handlers in the already ported code
* Move the unittests for module_utils._text as they aren't in basic.py
* Cleanup around SEQUENCETYPE.  On python2.6+ SEQUENCETYPE includes
  strings so make sure code omits those explicitly if necessary
* Allow arg_spec aliases to be other sequence types
2016-09-01 04:19:03 -07:00
..
basic Various python3 updates for module_utils: (#17345) 2016-09-01 04:19:03 -07:00
__init__.py Adding module_utils tests from v1 to v2 2015-05-17 01:29:40 -05:00
test_basic.py Various python3 updates for module_utils: (#17345) 2016-09-01 04:19:03 -07:00
test_database.py Migrate basestring to a python3 compatible type (#17199) 2016-08-23 13:13:44 -07:00
test_distribution_version.py Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 2016-08-25 07:30:03 -07:00
test_facts.py Fix facts.py for python3 (#17131) 2016-08-18 09:36:03 -04:00
test_text.py Various python3 updates for module_utils: (#17345) 2016-09-01 04:19:03 -07:00