ansible/test/units
Björn Andersson 65e4f2b2bc Add filter to turn a string into a UUID
This filter was made because I needed to create idempotent UUIDs when
installing the agent for Go (http://go.cd), which uses UUIds to
distinguish the agents from each other.

It uses a newly created Ansible namespace to distinguish UUIDs created
by Ansible from any other source. The new namespace is a random one
created by uuidgen on OSX.
2015-01-21 08:07:17 +08:00
..
inventory_test_data
module_tests Docker test does not require the mock module 2014-11-14 08:59:36 -08:00
vault_test_data Make VaultEditor Tests compatible with FIPS mode 2014-11-12 12:05:25 -08:00
ansible.cfg
README.md
TestConstants.py
TestFilters.py Add filter to turn a string into a UUID 2015-01-21 08:07:17 +08:00
TestInventory.py
TestModules.py
TestModuleUtilsBasic.py typofixes - https://github.com/vlajos/misspell_fixer 2014-12-04 22:23:35 +00:00
TestModuleUtilsDatabase.py Exception message changes 2014-11-25 02:36:38 -08:00
TestPlayVarsFiles.py Split out various vars-related things to avoid merging too early 2014-11-17 15:31:55 -06:00
TestSynchronize.py
TestUtils.py Merge pull request #9720 from vlajos/typofixes-vlajos-20141204 2014-12-08 14:00:52 -08:00
TestUtilsStringFunctions.py
TestVault.py
TestVaultEditor.py Make VaultEditor Tests compatible with FIPS mode 2014-11-12 12:05:25 -08:00

Unit tests

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