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 Clay 6cc97447aa
Miscellaneous DT fixes (#84991)
* Use `_UNSET` instead of allowing `ellipsis`

* Fix deprecation warning pre-check

* Deprecation warnings from modules can now be disabled.
* Deprecation warnings from modules get the "can be disabled" notice.

* Include help text in pre-display fatal errors

* Simplify lookup warning/debug messaging

* Fix return type of `timedout` test plugin

* Use `object` for `_UNSET`

* Remove obsolete `convert_data` tests

* Remove unnecessary template from test

* Improve legacy YAML objects backward compat

* Fix templar backward compat for None overrides
8 months ago
..
fixtures lib/ansible/parsing/ajson.py: added UNIT-tests (#56398) 7 years ago
utils Templating overhaul, implement Data Tagging (#84621) 8 months ago
vault Templating overhaul, implement Data Tagging (#84621) 8 months ago
yaml Miscellaneous DT fixes (#84991) 8 months ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_ajson.py Templating overhaul, implement Data Tagging (#84621) 8 months ago
test_dataloader.py Templating overhaul, implement Data Tagging (#84621) 8 months ago
test_mod_args.py Templating overhaul, implement Data Tagging (#84621) 8 months ago
test_splitter.py Cover unit tests with mypy (#84084) 1 year ago
test_unquote.py Require `from __future__ import annotations` (#81902) 2 years ago