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/playbook
Matt Martz db6cc60352
Migrate command line parsing to argparse (#50610)
* Start of migration to argparse

* various fixes and improvements

* Linting fixes

* Test fixes

* Fix vault_password_files

* Add PrependAction for argparse

* A bunch of additional tweak/fixes

* Fix ansible-config tests

* Fix man page generation

* linting fix

* More adhoc pattern fixes

* Add changelog fragment

* Add support for argcomplete

* Enable argcomplete global completion

* Rename PrependAction to PrependListAction to better describe what it does

* Add documentation for installing and configuring argcomplete

* Address rebase issues

* Fix display encoding for vault

* Fix line length

* Address rebase issues

* Handle rebase issues

* Use mutually exclusive group instead of handling manually

* Fix rebase issues

* Address rebase issue

* Update version added for argcomplete support

* -e must be given a value

* ci_complete
5 years ago
..
role Collection content loading (#52194) 5 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_attribute.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_base.py become mixin is no more (#54002) 5 years ago
test_block.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_conditional.py conditional: fix direct boolean "shortcut" (#47941) 6 years ago
test_helpers.py Collection content loading (#52194) 5 years ago
test_included_file.py Don't pollute include_variables (#54687) 5 years ago
test_play.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_play_context.py Migrate command line parsing to argparse (#50610) 5 years ago
test_playbook.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_taggable.py Allow tags to be templated from a variable (#49833) 6 years ago
test_task.py Add better error when k=v syntax is used with YAML in tasks (#41754) 6 years ago