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 5941e4c843
Properly JSON encode AnsibleUnsafe, using a pre-processor (#60602)
* Properly JSON encode AnsibleUnsafe, using a pre-processor. Fixes #47295

* Add AnsibleUnsafe json tests

* Require preprocess_unsafe to be enabled for that functionality

* Support older json

* sort keys in tests

* Decouple AnsibleJSONEncoder from isinstance checks in preparation to move to module_utils

* Move AnsibleJSONEncoder to module_utils, consolidate instances

* add missing boilerplate

* remove removed.py from ignore
5 years ago
..
fixtures
utils
vault
yaml
__init__.py
test_ajson.py Properly JSON encode AnsibleUnsafe, using a pre-processor (#60602) 5 years ago
test_dataloader.py
test_metadata.py
test_mod_args.py various mod_args fixes (#60290) 5 years ago
test_splitter.py
test_unquote.py