ansible/test
Adrian Likins a57d6a4206 Use pop in cb clean results (#33779)
* Fix _clean_result for debug callback with 1 char var names

The check in _clean_results was removing any keys that happened
to be one of the chars in ('invocation') instead of the string
'invocation'. This was meant to be a tuple but there was no comma
so the for iterated the string instead of the tuple.

Introduced in 9dba580204

Update unit test to catch this.

Fixes #33723

* Use .pop() to remove invocation from results dict

In base callback _clean_results, simplify the way the
'invocation' item is removed.

Add some more unit tests.
2017-12-11 17:41:12 -05:00
..
cache Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
compile Adding aliases for field attributes and renaming async attribute (#33141) 2017-11-22 12:35:58 -08:00
integration Convert non-DI module to DI nxos_user (#33770) 2017-12-11 20:55:05 +05:30
legacy cloudscale_floating_ip module (#33181) 2017-12-11 14:48:35 +00:00
results Collect data from integration test runs. (#28650) 2017-08-25 18:14:47 -04:00
runner Update Azure module test infrastructure. 2017-12-07 23:37:36 -08:00
sanity Bulk pep8 fixes - hand crafted (#33690) 2017-12-07 19:29:21 -08:00
units Use pop in cb clean results (#33779) 2017-12-11 17:41:12 -05:00
utils Add Azure provider support to ansible-test and CI. 2017-12-06 00:34:54 -08:00