ansible/test/units/module_utils/basic
Toshio Kuratomi 49194a66c8 Fix log_invocation function to pass unittests on python3
Normalize this function to use native strings.  Native strings won't
display an extra "u" or "b" character to denote py2 unicode or py3 bytes
types.
2017-03-01 08:50:37 -08:00
..
__init__.py
test__log_invocation.py Fix log_invocation function to pass unittests on python3 2017-03-01 08:50:37 -08:00
test_deprecate_warn.py Don't mix deprecations messages with warnings messages (#21337) 2017-02-13 23:49:39 -05:00
test_exit_json.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
test_heuristic_log_sanitize.py
test_log.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
test_no_log.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
test_run_command.py Unittests for some of module_common.py (#20812) 2017-01-30 13:51:27 -08:00
test_safe_eval.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
test_set_mode_if_different.py Fix test which fails on some python 2.6 installs. 2017-02-08 14:06:40 -08:00