ansible/test/units
Matt Martz db6cc60352
Migrate command line parsing to argparse ()
* 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
2019-04-23 13:54:39 -05:00
..
cli Migrate command line parsing to argparse () 2019-04-23 13:54:39 -05:00
compat
config
contrib
errors
executor Move type checking methods out of basic.py and add unit tests () 2019-03-21 09:40:19 -04:00
inventory_test_data/group_vars
mock
module_utils extends linux cpuinfo test unit with sparc64 data () 2019-04-17 12:00:17 -04:00
modules GCP deprecations () 2019-04-18 15:30:27 +01:00
parsing
playbook Migrate command line parsing to argparse () 2019-04-23 13:54:39 -05:00
plugins Fix tests for the psrp connection plugin () 2019-04-10 08:22:48 +10:00
regex Add toggle to control invalid character substitution in group names () 2019-03-06 11:49:40 -05:00
template Don't register tests as filters () 2019-04-16 14:10:14 -05:00
utils
vars Fix inventory cache interface () 2019-03-06 12:12:35 -06:00
__init__.py
ansible.cfg
conftest.py Update handling of the non_local test alias. 2019-03-22 16:05:24 -07:00
test_constants.py
test_context.py