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 8c08d03989
Fieldattribute inheritance with defaults (#50891)
* Add tests for check_mode at play and task level

These test inheritance of check_mode from the various levels (command
line, as a play attribute and as a task attribute) so they will be
useful for checking that the change to fieldattribute inheritance with
defaults works

* Add a sentinel object

The Sentinel object can be used in place of None when we need to mark an
entry as being special (usually used to mark something as not having
been set)

* Start of using a Sentinel object instead of None.

* Handle edge cases around use of Sentinel

* _get_parent_attribute needs to deal in Sentinel not None

* No need to special case any_errors_fatal in task.py any longer

* Handle more edge cases around Sentinel

* Use Sentinel instead of None in TaskInclude

* Update code to clarify the vars we are copying are class attrs

* Add changelog fragment

* Use a default of Sentinel for delegate_to, this also allows 'delegate_to: ~' now to unset inherited delegate_to

* Explain Sentinel stripping in _extend_value

* Fix ModuleArgsParser tests to compare with Sentinel

* Fixes for tasks inside of roles inheriting from play

* Remove incorrect note. ci_complete

* Remove commented code
6 years ago
..
fixtures dataloader: unit tests (#50942) 6 years ago
utils Update bare exceptions to specify Exception. 6 years ago
vault Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
yaml Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_ajson.py Support nested JSON decoding in AnsibleJSONDecoder (#45924) 6 years ago
test_dataloader.py dataloader: unit tests (#50942) 6 years ago
test_metadata.py metadata 1.1 7 years ago
test_mod_args.py Fieldattribute inheritance with defaults (#50891) 6 years ago
test_splitter.py Add unit tests 6 years ago
test_unquote.py Switch tests to pytest and ansible-test. 8 years ago