ansible/test/sanity/code-smell
Brian Coca 74842adc07 1st part of ansible config, adds ansible-config to view/manage configs (#12797)
* Start of ansible config project

moved configuration definitions to external yaml file vs hardcoded
 * updated constants to be a data strcutures that are looped over and also return origin of setting
changed to manager/data scheme for base classes
new cli ansible-config to view/manage ansible configuration settings
 * prints green for default/unchanged and yellow for those that have been overriden
 * added list action to show all configurable settings and their associated ini and env var names
 * allows specifying config file to see what result would look like
 * TBD update, edit and view options

removed test for functions that have been removed

env_Vars are now list of dicts
allows for version_added and deprecation in future
added a couple of descriptions for future doc autogeneration
ensure test does not fail if delete_me exists
normalized 'path expansion'
added yaml config to setup packaging
removed unused imports
better encoding handling

updated as per feedback

* pep8
2017-06-14 11:08:34 -04:00
..
ansible-var-precedence-check.py test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
boilerplate.sh 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 2017-06-14 11:08:34 -04:00
configure-remoting-ps1.sh Add test for ConfigureRemotingForAnsible.ps1. 2017-01-06 10:40:13 -08:00
empty-init.sh Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
inappropriately-private.sh Cleanup and fixes for code smell scripts. 2016-11-03 23:56:30 -07:00
integration-aliases.py Test placement (#21801) 2017-02-22 12:43:45 -08:00
line-endings.sh Windows: Use the correct newline sequence for the platform (#21846) 2017-03-23 19:47:10 -07:00
no-basestring.sh Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
no-dict-iteritems.sh Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
no-dict-itervalues.sh Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
no-iterkeys.sh Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
no-list-cmp.sh Narrowing the match for python 3 cmp check (#25220) 2017-05-31 17:54:20 +01:00
pylint-ansible-test.sh Add support for cloud tests to ansible-test. (#24315) 2017-05-05 16:23:00 +08:00
replace-urlopen.sh Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
required-and-default-attributes.sh Test reorganization and cleanup. (#18270) 2016-10-31 12:53:11 -07:00
shebang.sh Add integration test that modules are loaded from the expected locations (#24170) 2017-05-01 08:52:25 -07:00
skip.txt Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
test-constraints.sh Fix bugs in ansible-test units command. (#24044) 2017-04-27 11:21:11 +08:00
use-compat-six.sh Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00