Commit Graph

8 Commits

Author SHA1 Message Date
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
David Wilson 962ba862e9 tests: use test-targets group, not all group 2018-04-22 19:40:58 +01:00
David Wilson ce260933d9 tests: consistent play naming everywhere 2018-04-18 15:43:54 +01:00
David Wilson ef47347cdf tests: raft of fixes for vanilla Ansible 2018-04-17 14:58:33 +00:00
David Wilson 63e2ec6406 tests: expanduser lookup runs locally 2018-04-16 15:55:41 +01:00
David Wilson 472610805f tests: fix remote_tmp test on 2.5.x. 2018-04-16 15:48:20 +01:00
David Wilson b9d4ec57b3 issue #164: some more ActionMixin tests. 2018-04-05 19:36:08 +01:00
David Wilson d068a36c1e issue #164: more dir layout contortions.
all.yml slurps in tests from each file/subdir in the CWD.
2018-04-05 17:32:56 +01:00