summaryrefslogtreecommitdiff
path: root/test/units/playbook
Commit message (Expand)AuthorAgeFilesLines
* Raise an error on invalid FA.isa value (#80040)Martin Krizek2023-03-081-5/+6
* Make using blocks as handlers a parser error (#79993)Martin Krizek2023-02-141-12/+2
* Clean up unused imports in unit tests (#79893)Matt Clay2023-02-023-4/+1
* Remove unused and unreachable unit test code (#79854)Matt Clay2023-01-302-16/+1
* Add support for importlib.resources (#78915)Matt Martz2023-01-101-0/+2
* Always create new role (#78661)Matt Martz2022-11-291-10/+10
* Use classproperty to access field attributes of a class (#78180)Martin Krizek2022-07-201-1/+1
* `FieldAttribute`s as descriptors (#73908)Martin Krizek2022-06-292-59/+44
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-236-6/+6
* Raise a proper error when include/import_role is used as a handler (#77807)Martin Krizek2022-05-171-6/+8
* Allow for lazy evaluation of Jinja2 expressions (#56116)Martin Krizek2022-04-141-13/+0
* Remove collections compat from controller code.Matt Clay2022-03-081-1/+2
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-226-6/+6
* Avoid deprecated TestCase functions in unit tests. (#76678)Matt Clay2022-01-073-65/+65
* play - validate hosts entries (#74147)Sam Doran2021-06-171-114/+265
* Remove deprecated features from ansible.playbook.helpers (#74809)Matt Martz2021-05-251-27/+3
* Remove deprecated PlayContext.make_become_cmd (#74790)Matt Martz2021-05-251-17/+0
* [playbook/play.py] Increase error test coverage (#74217)Rick Elrod2021-04-131-1/+9
* Add implicit role_complete block instead of role._eor (#72208)Martin Krizek2020-12-091-0/+3
* Provide better decryption errors for single vault values (#72362)Matt Martz2020-11-181-2/+2
* Remove duplicate unit test (#71488)Martin Krizek2020-08-271-13/+0
* Update docs for --tags default, and add some tests (#70939)Rick Elrod2020-07-291-0/+3
* Nuke strategy.SharedPluginLoaderObj, depr. 2.11 (#70235)Rick Elrod2020-06-231-2/+0
* Clean up unit test boilerplate.Matt Clay2020-06-222-0/+5
* Fix IncludedFile equality check (#69524)Alex Schultz2020-06-041-0/+141
* Make sure collection is a list if a str is given (#69081)David Shrewsbury2020-04-282-8/+48
* Force collections to be static (#68723)David Shrewsbury2020-04-131-0/+38
* Split test_play_context_make_become_cmd into files (#68026)Matt Clay2020-03-041-82/+3
* Check if task file is specified for import_tasks (#57572)Abhijeet Kasurde2019-12-241-0/+22
* Replace TestCase.assertEquals with TestCase.assertEqual.Mads Jensen2019-11-113-60/+58
* Remove empty setUp/tearDown/tearDownClass methods in test classes.Mads Jensen2019-11-062-12/+0
* Remove empty overridden unittest.setUp and unittest.tearDown methods.Mads Jensen2019-11-052-12/+0
* Wrap CLI Passwords with AnsibleUnsafeText, ensure unsafe context is not lost ...Matt Martz2019-10-111-0/+10
* Collection role relative deps (#61517)Matt Davis2019-08-291-2/+5
* unit tests: remove unused imports (#60462)Andrey Klychkov2019-08-133-4/+0
* various mod_args fixes (#60290)Matt Davis2019-08-131-3/+3
* Update units to pass on macOS (#60435)Matt Martz2019-08-121-1/+2
* Unit tests: remove unused imports (#59812)Andrey Klychkov2019-08-022-3/+3
* role: Fix role's hash_params (#55263)Abhijeet Kasurde2019-07-081-0/+46
* Restore ansible --version output (#55728)Sam Doran2019-04-291-1/+1
* Migrate command line parsing to argparse (#50610)Matt Martz2019-04-231-5/+3
* become mixin is no more (#54002)Brian Coca2019-04-123-106/+7
* Don't pollute include_variables (#54687)Matt Martz2019-04-091-2/+10
* Collection content loading (#52194)Matt Davis2019-03-282-0/+3
* helper: raise Exception when ds is not dict type (#53936)Abhijeet Kasurde2019-03-251-0/+5
* remove obsolete set_play on play_context (#47934)Brian Coca2019-03-111-13/+6
* Become plugins (#50991)Matt Martz2019-02-111-60/+55
* Move the arguments module into cli/ and context_objects into utilsToshio Kuratomi2019-01-031-3/+3
* Split up the base_parser functionToshio Kuratomi2019-01-031-9/+16
* Save the command line arguments into a global contextToshio Kuratomi2019-01-031-8/+21