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
Lumír 'Frenzy' Balhar 9d41aefd71 Add Python 3 support for validate-modules test. (#21195)
* Improve PEP8 compatibility

* Fix Python 3 incompatibility

Is prohibited to mutate OrderedDict during iteration through it so
is better to add records with error or warning to empty dictionary
instead of delete records from copy of dictionary during iterating.

* Decode output of subprocess from bytes to unicode.

* Add Python 3 support for validate-modules test.

Fix #18367
9 years ago
..
ansible-var-precedence-check.py Fix variable precedence of INI/script vars to be in-line with docs. 9 years ago
boilerplate.sh Update module_utils.six to latest (#22855) 9 years ago
configure-remoting-ps1.sh Add test for `ConfigureRemotingForAnsible.ps1`. 9 years ago
empty-init.sh Add empty-init code-smell script. (#18406) 9 years ago
inappropriately-private.sh Cleanup and fixes for code smell scripts. 9 years ago
integration-aliases.py Test placement (#21801) 9 years ago
line-endings.sh Windows: Use the correct newline sequence for the platform (#21846) 9 years ago
no-basestring.sh Update module_utils.six to latest (#22855) 9 years ago
no-dict-iteritems.sh Update module_utils.six to latest (#22855) 9 years ago
no-dict-itervalues.sh Update module_utils.six to latest (#22855) 9 years ago
no-iterkeys.sh Update module_utils.six to latest (#22855) 9 years ago
pylint-ansible-test.sh Consider module_utils deps when running tests. (#21382) 9 years ago
replace-urlopen.sh Update module_utils.six to latest (#22855) 9 years ago
required-and-default-attributes.sh Test reorganization and cleanup. (#18270) 9 years ago
shebang.sh Add Python 3 support for validate-modules test. (#21195) 9 years ago
skip.txt Initial ansible-test implementation. (#18556) 9 years ago
test-constraints.sh Correct test constraints and add sanity check. 9 years ago
use-compat-six.sh Update module_utils.six to latest (#22855) 9 years ago