You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
11 years ago
..
errors Making the switch to v2 11 years ago
executor Fix unit tests for PlayIterator changes regarding fact gathering 11 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock Starting to add additional unit tests for VariableManager 11 years ago
module_utils Use 0oNNN octal syntax in test/ 11 years ago
parsing Starting to add additional unit tests for VariableManager 11 years ago
playbook simplify become testing and handling, we had drifted and were doulbe checking prompt, become and become_pass 11 years ago
plugins Simplify FactCache.copy() 11 years ago
template Do not escape backslashes when processing a template file. 11 years ago
utils Cleanup combine_vars 11 years ago
vars Starting to add additional unit tests for VariableManager 11 years ago
__init__.py Making the switch to v2 11 years ago