mitogen/tests/ansible/integration/action
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
..
all.yml issue #164: some more ActionMixin tests. 2018-04-05 19:36:08 +01:00
low_level_execute_command.yml tests: use test-targets group, not all group 2018-04-22 19:40:58 +01:00
make_tmp_path.yml tests: use test-targets group, not all group 2018-04-22 19:40:58 +01:00
remote_file_exists.yml tests: use test-targets group, not all group 2018-04-22 19:40:58 +01:00
transfer_data.yml Initial Python 3.x port work. 2018-07-07 14:55:47 +01:00