1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test
Michael DeHaan fe7d3773ae Various tests using datafiles are being moved into the integration test framework (tests_new right now).
The unit test infrastructure will remain for things that are mocked out and testable with out filesystem
side effects, and a few cases of things that might not be quite so much (like inventory) that can still
benefit from heavy access to the API.

See the 'tests_new/integration' directory, this will soon fold into tests_new.
2014-02-20 17:16:58 -05:00
..
action_plugins Plug-ins loaded from top-level plug-in directory 2013-05-24 17:05:28 -05:00
inventory Handle comment on inventory group line. 2013-10-17 13:16:35 +03:00
inventory_dir Handle '#' in var strings by splitting on ' #' 2013-05-31 12:34:45 -06:00
test_callbacks add test for the disabling of callback plugins 2013-08-15 00:05:33 +02:00
test_hash_behavior Added basic support for hash_behaviour=merge in roles 2013-06-19 09:14:20 +03:00
ansible.cfg Fixed tests to reflect desired configuration behaviour 2012-10-18 12:53:30 +10:00
ansible_hosts - Makefile now works with freebsd (date command options are diff) 2012-08-29 09:46:05 -04:00
common_vars.yml Fix correct variable expansion in includes only_if. 2012-05-11 15:55:33 +02:00
complex_hosts Fix inventory parsing so that FQDN can be parsed without throwing ssh 2013-12-18 21:33:05 +00:00
hosts_list.yml Make tests use the local connection type, fix missing callback in tests. 2012-11-19 10:30:30 -05:00
inventory_api.py Return multiple groups from inventory API. 2012-10-10 18:35:45 +02:00
large_range Alphabetic inventory hostname patterns. 2012-12-10 20:48:38 -06:00
README.md Add the start of an integration test structure using Ansible playbooks, also added an assert action plugin to make writing those easier. 2014-02-13 18:28:29 -05:00
restrict_pattern increase test coverage of inventory by around 5% according to nose 2013-08-21 08:03:41 +02:00
simple_hosts Allow equal sign in single-line ini variables 2014-02-14 20:04:23 +07:00
TestConstants.py Fixed tests to reflect desired configuration behaviour 2012-10-18 12:53:30 +10:00
TestFilters.py Add regex (search, match, regex) jinja2 filters. Fixes #3725 2013-10-11 08:03:04 -05:00
TestInventory.py Allow equal sign in single-line ini variables 2014-02-14 20:04:23 +07:00
TestSynchronize.py Re-add synchronize unit tests 2014-02-10 23:56:32 -05:00
TestUtils.py Various tests using datafiles are being moved into the integration test framework (tests_new right now). 2014-02-20 17:16:58 -05:00

Legacy tests

These tests are active but are being refactored.

See 'new_tests' directory for what will soon replace them.