ansible/test/runner/lib
Toshio Kuratomi 9f7b0dfc30 Remove automatic use of system six
* Enable the pylint no-name-in-module check.  Checks that identifiers in
  imports actually exist.  When we do this, we also have to ignore
  _MovedItems used in our bundled six.  This means pylint won't check
  for bad imports below ansible.module_utils.six.moves but that's
  something that pylint punts on with a system copy of six so this is
  still an improvement.
* Remove automatic use of system six.  The exec in the six code which
  tried to use a system library if available destroyed pylint's ability
  to check for imports of identifiers which did not exist (the
  no-name-in-module check).  That test is important enough that we
  should sacrifice the bundling detection in favour of the test.
  Distributions that want to unbundle six can replace the bundled six in
  ansible/module_utils/six/__init__.py to unbundle.  however, be aware
  that six is tricky to unbundle.  They may want to base their efforts
  off the code we were using:

  2fff690caa/lib/ansible/module_utils/six/__init__.py

* Update tests for new location of bundled six Several code-smell tests
  whitelist the bundled six library.  Update the path to the library so
  that they work.

* Also check for basestring in modules as the enabled pylint tests will
  also point out basestring usage for us.
2017-07-25 15:58:23 -07:00
..
cloud Add --list-targets and speed up --explain. (#26838) 2017-07-14 19:11:25 -07:00
__init__.py Add support for cloud tests to ansible-test. (#24315) 2017-05-05 16:23:00 +08:00
ansible_util.py Disable ansible color output on sanity tests. 2017-03-08 12:18:16 -08:00
changes.py Fix ansible-test pylint and pep8 issues. (#24245) 2017-05-03 23:19:44 +08:00
classification.py Use subset of Windows tests for "all" tests. (#26830) 2017-07-14 16:51:32 -07:00
config.py Add --list-targets and speed up --explain. (#26838) 2017-07-14 19:11:25 -07:00
core_ci.py Add RHEL 7.3 to ansible-test and CI. (#26550) 2017-07-07 16:52:40 -07:00
cover.py Refactor ansible-test config classes. (#26505) 2017-07-06 16:14:44 -07:00
delegation.py Add --list-targets and speed up --explain. (#26838) 2017-07-14 19:11:25 -07:00
diff.py Add test verification to ansible-test. (#22636) 2017-03-15 12:17:42 -07:00
docker_util.py Refactor ansible-test config classes. (#26505) 2017-07-06 16:14:44 -07:00
executor.py Add --list-targets and speed up --explain. (#26838) 2017-07-14 19:11:25 -07:00
git.py Fix ansible-test pylint and pep8 issues. (#24245) 2017-05-03 23:19:44 +08:00
http.py Add support for cloud tests to ansible-test. (#24315) 2017-05-05 16:23:00 +08:00
import_analysis.py Fix ansible-test pylint and pep8 issues. (#24245) 2017-05-03 23:19:44 +08:00
manage_ci.py Add RHEL 7.3 to ansible-test and CI. (#26550) 2017-07-07 16:52:40 -07:00
metadata.py Add ANSIBLE_TEST_CI env var to integration tests. 2017-07-12 17:46:12 -07:00
pytar.py Add support for cloud tests to ansible-test. (#24315) 2017-05-05 16:23:00 +08:00
sanity.py Remove automatic use of system six 2017-07-25 15:58:23 -07:00
target.py Add role dependencies to change classification. 2017-07-10 18:20:09 -07:00
test.py Add ansible-test options and docs. (#26823) 2017-07-14 16:52:11 -07:00
thread.py Increase python version coverage for tests. (#24762) 2017-05-19 01:37:53 +08:00
util.py Refactor ansible-test config classes. (#26505) 2017-07-06 16:14:44 -07:00