ansible/test/units
James Cammarata ff9f5d7dc8 Starting to add additional unit tests for VariableManager
Required some rewiring in inventory code to make sure we're using
the DataLoader class for some data file operations, which makes mocking
them much easier.

Also identified two corner cases not currently handled by the code, related
to inventory variable sources and which one "wins". Also noticed we weren't
properly merging variables from multiple group/host_var file locations
(inventory directory vs. playbook directory locations) so fixed as well.
2015-09-04 16:41:38 -04:00
..
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor Fix unit tests for PlayIterator changes regarding fact gathering 2015-09-03 14:25:43 -04:00
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 2015-05-28 15:26:03 -05:00
mock Starting to add additional unit tests for VariableManager 2015-09-04 16:41:38 -04:00
module_utils Use 0oNNN octal syntax in test/ 2015-08-27 22:15:57 +03:00
parsing Starting to add additional unit tests for VariableManager 2015-09-04 16:41:38 -04:00
playbook simplify become testing and handling, we had drifted and were doulbe checking prompt, become and become_pass 2015-09-04 10:36:16 -04:00
plugins Simplify FactCache.copy() 2015-09-03 09:44:44 +03:00
template Do not escape backslashes when processing a template file. 2015-09-03 17:45:17 -07:00
utils Cleanup combine_vars 2015-09-01 11:23:12 -07:00
vars Starting to add additional unit tests for VariableManager 2015-09-04 16:41:38 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00