mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-13 05:02:17 +00:00
* Give native strings to selinux library functions. SELinux takes pathnames as native strings. That means we need to convert to bytes on python2 and convert to text on python3. Fixes #17155 * Read kitchen documentation, make module_utils params more like kitchen API * Remove none nonstring strategy and add strict * Raise TypeError on invalid nonstring strategy * Document to_native() * Make unittests for testing module_utils.text |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test__log_invocation.py | ||
| test_exit_json.py | ||
| test_heuristic_log_sanitize.py | ||
| test_known_hosts.py | ||
| test_log.py | ||
| test_no_log.py | ||
| test_run_command.py | ||
| test_safe_eval.py | ||
| test_set_mode_if_different.py | ||
| test_text.py | ||