ansible/test/units
Serge van Ginderachter d3eaa1b79e InventoryDir: refactor logic
Make sure all hosts and groups are unique objects
and that those are referenced uniquely everywhere.
Also fixes test_dir_inventory unit tests which were broken after previous
patches.

	modified:   lib/ansible/inventory/dir.py
2014-03-25 12:45:00 +01:00
..
inventory_test_data Make parsing variables for hosts and groups more consistent 2014-03-16 21:47:26 +04:00
vault_test_data Fixes #6579 allow for vault passwords ending with newline chars 2014-03-19 14:38:11 -04:00
ansible.cfg Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
README.md Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
TestConstants.py Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
TestFilters.py Rename tests to test, use old directory name. 2014-02-20 19:11:15 -05:00
TestInventory.py InventoryDir: refactor logic 2014-03-25 12:45:00 +01: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 Fixes #6542 rewrite test string for osx compatibility 2014-03-18 09:03:55 -04:00
TestSynchronize.py Fixes #6298 and adds a sudo unit test for synchronize 2014-03-05 14:51:40 -05:00
TestUtils.py Fix logic in process_common_errors for unbalanced quotes 2014-03-19 13:49:31 -05: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 Fixes #6579 allow for vault passwords ending with newline chars 2014-03-19 14:38:11 -04:00

Unit tests

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