ansible/test/units
Michael DeHaan 3bead39c75 Merge branch 'spelling' of git://github.com/cgar/ansible into devel
Conflicts:
	docsite/rst/guide_rax.rst
	plugins/callbacks/mail.py
2014-08-08 13:28:45 -04:00
..
inventory_test_data Merge branch 'spelling' of git://github.com/cgar/ansible into devel 2014-08-08 13:28:45 -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 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 Exclude ps1 modules from the TestModules unittest 2014-06-20 10:15:35 -05:00
TestModuleUtilsBasic.py Fixes #6542 rewrite test string for osx compatibility 2014-03-18 09:03:55 -04:00
TestPlayVarsFiles.py Add unit tests for vars_files 2014-04-10 13:55:03 -04:00
TestSynchronize.py fixed typos found by RETF rules in PY files 2014-05-03 18:40:05 +02:00
TestUtils.py Preserve all line breaks in literal blocks 2014-08-08 12:11:15 -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.