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
2017-04-10 07:43:39 -07:00
..
ansible-var-precedence-check.py Fix variable precedence of INI/script vars to be in-line with docs. 2017-03-02 17:07:00 -06:00
boilerplate.sh Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07: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
pylint-ansible-test.sh Consider module_utils deps when running tests. (#21382) 2017-02-13 18:49:36 -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 Python 3 support for validate-modules test. (#21195) 2017-04-10 07:43:39 -07:00
skip.txt Initial ansible-test implementation. (#18556) 2016-11-29 21:21:53 -08:00
test-constraints.sh Correct test constraints and add sanity check. 2017-01-08 16:44:31 -08:00
use-compat-six.sh Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00