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/runner
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.
7 years ago
..
completion remove vyos/1.0.5 from test/runner/completion/network.txt 7 years ago
import/lib/ansible Add sanity import test to ansible-test. (#26730) 7 years ago
injector Consolidate boolean/mk_boolean conversion functions into a single location 7 years ago
lib Remove automatic use of system six 7 years ago
requirements New module: access Cisco ACI (network/aci/aci_rest) (#26029) 7 years ago
setup Add retries to remote test package installs. 7 years ago
units Add test verification to ansible-test. (#22636) 7 years ago
Makefile Add test verification to ansible-test. (#22636) 7 years ago
ansible-test Initial ansible-test implementation. (#18556) 8 years ago
importer.py Improve sanity import test messaging. (#26782) 7 years ago
retry.py Fix ansible-test pylint and pep8 issues. (#24245) 7 years ago
test.py Add --list-targets and speed up --explain. (#26838) 7 years ago
tox.ini Temporary work-around for setuptools 36.0.0 bug. (#25243) 7 years ago