ansible/test/units
2014-03-17 22:21:30 -04:00
..
inventory_test_data Make parsing variables for hosts and groups more consistent 2014-03-16 21:47:26 +04:00
vault_test_data Implement new default cipher class AES256 2014-03-10 16:15:44 -05:00
ansible.cfg
README.md
TestConstants.py
TestFilters.py
TestInventory.py Make parsing variables for hosts and groups more consistent 2014-03-16 21:47:26 +04:00
TestModules.py Add an ast.parse unit test for modules to simulate ansible-doc 2014-03-13 12:01:55 -04:00
TestModuleUtilsBasic.py Unit tests for ansible.utils 2014-03-14 10:38:33 -05:00
TestSynchronize.py Fixes #6298 and adds a sudo unit test for synchronize 2014-03-05 14:51:40 -05:00
TestUtils.py Fixes #6539 Workaround py26 vs py27 difflib results 2014-03-17 22:21:30 -04:00
TestUtilsStringFunctions.py Unit tests for ansible.utils 2014-03-14 10:38:33 -05:00
TestVault.py Implement new default cipher class AES256 2014-03-10 16:15:44 -05:00
TestVaultEditor.py Implement new default cipher class AES256 2014-03-10 16:15:44 -05:00

Unit tests

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