You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
basic Various python3 updates for module_utils: (#17345) 8 years ago
__init__.py Adding module_utils tests from v1 to v2 9 years ago
test_basic.py Various python3 updates for module_utils: (#17345) 8 years ago
test_database.py Migrate basestring to a python3 compatible type (#17199) 8 years ago
test_distribution_version.py Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 8 years ago
test_facts.py Fix facts.py for python3 (#17131) 8 years ago
test_text.py Various python3 updates for module_utils: (#17345) 8 years ago