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/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
7 years ago
..
ansible-var-precedence-check.py test/: PEP8 compliancy (#24803) 7 years ago
boilerplate.sh 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 7 years ago
configure-remoting-ps1.sh Add test for `ConfigureRemotingForAnsible.ps1`. 8 years ago
empty-init.sh Add empty-init code-smell script. (#18406) 8 years ago
inappropriately-private.sh Cleanup and fixes for code smell scripts. 8 years ago
integration-aliases.py Test placement (#21801) 8 years ago
line-endings.sh Windows: Use the correct newline sequence for the platform (#21846) 8 years ago
no-basestring.sh Update module_utils.six to latest (#22855) 8 years ago
no-dict-iteritems.sh Update module_utils.six to latest (#22855) 8 years ago
no-dict-itervalues.sh Update module_utils.six to latest (#22855) 8 years ago
no-iterkeys.sh Update module_utils.six to latest (#22855) 8 years ago
no-list-cmp.sh Narrowing the match for python 3 cmp check (#25220) 7 years ago
pylint-ansible-test.sh Add support for cloud tests to ansible-test. (#24315) 7 years ago
replace-urlopen.sh Update module_utils.six to latest (#22855) 8 years ago
required-and-default-attributes.sh Test reorganization and cleanup. (#18270) 8 years ago
shebang.sh Add integration test that modules are loaded from the expected locations (#24170) 7 years ago
skip.txt Initial ansible-test implementation. (#18556) 8 years ago
test-constraints.sh Fix bugs in ansible-test units command. (#24044) 8 years ago
use-compat-six.sh Update module_utils.six to latest (#22855) 8 years ago