ansible/test/units
Brian Coca 7d2937b1cc minor fixes to template function
- make sure it calls itself correctly, now passes same params as it recieves
- vars is reserved, changed for templatevars to avoid confustion
- forcing mustaches again since the removal broke 'listification' as per #9622
- fixes incorrectly successful tests using undefined var, now it is defined
- now returns empty list if items is None to avoid errors
2014-11-25 12:59:13 -05:00
..
inventory_test_data Add stub tests for module args parsing. 2014-10-07 17:00:01 -04:00
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 adding min() and max() filters for use in Jinja templates 2014-08-08 11:28:48 -04:00
TestInventory.py Merge branch 'svg_and_inventory_refactor' into devel 2014-07-10 14:43:07 -05:00
TestModules.py Update module test code to avoid pycs (that are not used) 2014-09-26 10:57:12 -04:00
TestModuleUtilsBasic.py Move from md5 to sha1 to work on fips-140 enabled systems 2014-11-06 21:28:04 -08: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 fixed typos found by RETF rules in PY files 2014-05-03 18:40:05 +02:00
TestUtils.py minor fixes to template function 2014-11-25 12:59:13 -05:00
TestUtilsStringFunctions.py Unit tests for ansible.utils 2014-03-14 10:38:33 -05:00
TestVault.py Skip some md5 related unit tests when running in fips mode 2014-11-12 11:47:11 -08:00
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.