ansible/test/units
James Tanner 409044155d Fixes #6579 allow for vault passwords ending with newline chars
Also add a unit test for vaulteditor to verify 1.0 passwords with newline chars.
2014-03-19 14:38:11 -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 Fixes #6579 allow for vault passwords ending with newline chars 2014-03-19 14:38:11 -04: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 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 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 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.