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/parsing
Matt Martz 270b39f6ff
Ensure that unsafe is more difficult to lose [stable-2.16] (#82293)
* Ensure that unsafe is more difficult to lose

* Add Task.untemplated_args, and switch assert over to use it
* Don't use re in first_found, switch to using native string methods
* If nested templating results in unsafe, just error, don't continue

* ci_complete
1 year ago
..
fixtures lib/ansible/parsing/ajson.py: added UNIT-tests (#56398) 6 years ago
utils Clean up unit test boilerplate. 5 years ago
vault Improve code coverage of unit tests (#81119) 1 year ago
yaml Ensure that unsafe is more difficult to lose [stable-2.16] (#82293) 1 year ago
__init__.py
test_ajson.py Improve code coverage of unit tests (#81119) 1 year ago
test_dataloader.py Improve code coverage of unit tests (#81119) 1 year ago
test_mod_args.py Refactor test cases to improve unit test quality (#81334) 1 year ago
test_splitter.py Fix arg splitting and key/value parsing (#80030) 1 year ago
test_unquote.py