ansible/test/units/executor
James Cammarata 9d61a6cba8 Fixing PlayIterator bugs
* Unit tests exposed a problem where nested blocks did not correctly
  hit rescue/always portions of parent blocks
* Cleaned up logic in PlayIterator
* Unfortunately fixing the above exposed a potential problem in the
  block integration tests, where a failure in an "always" section may
  always lead to a failed state and the termination of execution
  beyond that point, so certain parts of the block integration test
  were disabled.
2016-03-09 13:31:30 -05:00
..
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
test_play_iterator.py Fixing PlayIterator bugs 2016-03-09 13:31:30 -05:00
test_playbook_executor.py Migrate cli and dependencies to use global display 2015-11-11 10:44:22 -08:00
test_task_executor.py issue callbacks per item and retry fails 2016-02-23 15:07:06 -05:00