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/v2/test/parsing
James Cammarata 0a8c91a812 Fixing up tests, removing some of the yaml error stuff from parsing
* moved old unittests for vault over to the new codebase
* reverted YAML error helpers and reverted the load() function
  in parsing/__init__.py, pending a rewrite of a new YAML loader
  class of some kind to encapsulate all of that
* fixed an error in in the module args parser regarding the shell/
  command argument parsing, where some additional arguments were
  being lost
2014-10-21 13:28:01 -05:00
..
vault Fixing up tests, removing some of the yaml error stuff from parsing 2014-10-21 13:28:01 -05:00
yaml Migrate the v2/tests to use the ansible.compat module 2014-10-21 01:14:30 -04:00
__init__.py Give all v2 tests the python3 compat boilerplate 2014-10-15 19:25:48 -04:00
test_general.py Fixing up tests, removing some of the yaml error stuff from parsing 2014-10-21 13:28:01 -05:00
test_mod_args.py Migrate the v2/tests to use the ansible.compat module 2014-10-21 01:14:30 -04:00