You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units
Jesse Rusak 652cd6cd5e Fix --force-handlers, and allow it in plays and ansible.cfg
The --force-handlers command line argument was not correctly running
handlers on hosts which had tasks that later failed. This corrects that,
and also allows you to specify force_handlers in ansible.cfg or in a
play.
10 years ago
..
inventory_test_data
module_tests
vault_test_data
README.md
TestConstants.py
TestFilters.py
TestInventory.py
TestModuleUtilsBasic.py Comma is also dependent on position within the hash 10 years ago
TestModuleUtilsDatabase.py Enable assert_raises_regexp on py26 10 years ago
TestModules.py
TestPlayVarsFiles.py Fix --force-handlers, and allow it in plays and ansible.cfg 10 years ago
TestSynchronize.py fixed and reintroduced syncronize test, fakerunner object needed become_method to be it's default 'sudo' 10 years ago
TestUtils.py
TestUtilsStringFunctions.py
TestVault.py
TestVaultEditor.py
ansible.cfg

README.md

Unit tests

Tests at code level. Should be concise and to the point, and organized by subject.