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
Matt Clay cf1337ca9a Update ansible-test sanity command. (#31958)
* Use correct pip version in ansible-test.
* Add git fallback for validate-modules.
* Run sanity tests in a docker container.
* Use correct python version for sanity tests.
* Pin docker completion images and add default.
* Split pylint execution into multiple contexts.
* Only test .py files in use-argspec-type-path test.
* Accept identical python interpeter name or binary.
* Switch cloud tests to default container.
* Remove unused extras from pip install.
* Filter out empty pip commands.
* Don't force running of pip list.
* Support delegation for windows and network tests.
* Fix ansible-test python version usage.
* Fix ansible-test python version skipping.
* Use absolute path for log in ansible-test.
* Run vyos_command test on python 3.
* Fix windows/network instance persistence.
* Add `test/cache` dir to classification.
* Enable more python versions for network tests.
* Fix cs_router test.
7 years ago
..
ansible-var-precedence-check.py Fix undefined variables, basestring usage, and some associated python3 issues 7 years ago
azure-requirements.py Fix ansible-test default image. (#31966) 7 years ago
boilerplate.sh Add boilerplate and remove wildcard imports for openstack modules (#31461) 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 Remove automatic use of system six 7 years ago
no-dict-iteritems.sh Remove automatic use of system six 7 years ago
no-dict-iterkeys.sh Remove automatic use of system six 7 years ago
no-dict-itervalues.sh Remove automatic use of system six 7 years ago
no-get-exception.sh Update test cases 7 years ago
no-smart-quotes.sh Add a code-smell test for smart quotes and remove smart quotes from all files 7 years ago
no-underscore-variable.sh Add a (disabled) code-smell test for detecting _ variables 7 years ago
no-unicode-literals.sh [fix] no-unicode-literals sanity error on ansible.egg-info (#30446) 7 years ago
no-wildcard-import.sh Update test cases 7 years ago
replace-urlopen.sh Remove automatic use of system six 7 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 Add a (disabled) code-smell test for detecting _ variables 7 years ago
test-constraints.sh Fix ansible-test default image. (#31966) 7 years ago
use-argspec-type-path.sh Update ansible-test sanity command. (#31958) 7 years ago
use-compat-six.sh Update module_utils.six to latest (#22855) 8 years ago