ansible/test/units/executor
Matt Clay 75fa80f73c Parse async response in async action. ()
* Parse async response in async action.
* Add async test for non-JSON data before module output.
* Fix existing async unit test.

Resolves 

(cherry picked from commit 292785ff2b)
..
__init__.py Making the switch to v2
test_play_iterator.py Fixing PlayIterator bugs
test_playbook_executor.py Fix for serial when percent amount is less than one host ()
test_task_executor.py Parse async response in async action. ()
test_task_result.py add jimi-c's unit test for squashed skip results, tweaked is_skipped() logic to pass