mitogen/tests/ansible/integration/module_utils
David Wilson 410016ff47 Initial Python 3.x port work.
* ansible: use unicode_literals everywhere since it only needs to be
  compatible back to 2.6.
* compat/collections.py: delete this entirely and rip out the parts of
  functools that require it.
* Introduce serializable Kwargs dict subclass that translates keys to
  Unicode on instantiation.
* enable_debug_logging() must set _v/_vv globals.
* cStringIO does not exist in 3.x.
* Treat IOLogger and LogForwarder input as latin-1.
* Avoid ResourceWarnings in first stage by explicitly closing fps.
* Fix preamble_size.py syntax errors.
2018-07-07 14:55:47 +01:00
..
module_utils issue #217: tests: import (unused) module_utils tests. 2018-05-05 04:00:21 +01:00
roles Initial Python 3.x port work. 2018-07-07 14:55:47 +01:00
adjacent_to_playbook.yml issue #217: tests: import (unused) module_utils tests. 2018-05-05 04:00:21 +01:00
adjacent_to_role.yml issue #217: tests: import (unused) module_utils tests. 2018-05-05 04:00:21 +01:00
all.yml issue #217: tests: import (unused) module_utils tests. 2018-05-05 04:00:21 +01:00
from_config_path.yml issue #217: tests: import (unused) module_utils tests. 2018-05-05 04:00:21 +01:00
from_config_path_pkg.yml issue #217: tests: import (unused) module_utils tests. 2018-05-05 04:00:21 +01:00
overrides_builtin.yml issue #217: tests: import (unused) module_utils tests. 2018-05-05 04:00:21 +01:00