ansible/test
Will Thames 845a7ac5ae test_one not working as tests after skipped test failing, because
on_skipped callback being passed an extra item parameter that it wasn't
expecting.
Fixed it so that on_skipped in TestCallbacks accepts and ignores the
extra parameter
Extra parameter was added in 4b9b9a8a5b
but not really clear why from commit message
2012-08-01 12:35:17 +10:00
..
assemble.d
ansible_hosts
CentOS.yml
common_vars.yml
complex_hosts
default_os.yml
hosts_list.yml
inventory_api.py
playbook1.yml test/TestRunner.py now executes false with no directory prefix 2012-07-30 21:39:58 +10:00
sample.j2
simple_hosts
template-basic
template-whitespace
TestInventory.py Fix some failing tests, script tests seem to indicate magic variables are not being provided 2012-07-30 19:21:49 -04:00
TestPlayBook.py test_one not working as tests after skipped test failing, because 2012-08-01 12:35:17 +10:00
TestRunner.py Fixes for git module when it fails. 2012-07-31 12:59:22 +10:00
TestUtils.py