ansible/test/units/parsing
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
..
vault Update Vault tests to make sure AES decryption works 2015-08-27 18:36:05 +05:30
yaml assertRaises should be given an exception type. Fixes 11441 2015-06-30 11:02:33 -05:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
test_data_loader.py Starting to add additional unit tests for VariableManager 2015-09-04 16:41:38 -04:00
test_mod_args.py changed mod_args test to match connection 2015-08-19 00:34:37 -04:00
test_splitter.py Making the switch to v2 2015-05-03 21:47:26 -05:00
test_unquote.py Test unquote works as expected and fix two bugs: 2015-07-06 13:16:42 -07:00