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
Toshio Kuratomi 019d078a5a
Move common build code from _build_helpers (#55986)
We have some common code used by several docs scripts.  Migrate that
into the build-only shared code repository.

* Move lib/ansible/utils/_build_helpers.py to the directory for common
  build code
* Migrate docs/bin/dump_config.py to a build-ansible subcommand
* Migrate dump_keywords to the build-ansible framework
  * Make the script more maintainable by using functions and good
    variable names
  * Port to Python3 idioms
  * Fix bug so that private attributes will be undocumented
* Move generate_man to a build-ansible subcommand
* Port plugin_formatter to a build-ansible subcommand
* Rework command_plugins so that docs scripts can target Python-3.4+ and
  releng-only subcommands can use more recent versions of Python.
  The architecture is now that command_plugins/* need to be importable
  on Python-3.4.  The init_parsers() method needs to run on Python-3.4.
  But the main() method can utilize features of more recent Python as
  long as it fits within those parameters.
* Update docs build requirements

Port the plugin_formatter to build-ansible framework
7 years ago
..
ansible-doc Remove modules which have ended their deprecation cycle 7 years ago
code-smell Code cleanup for test infrastructure. (#59046) 7 years ago
compile Move common build code from _build_helpers (#55986) 7 years ago
import Clean up pylint issues in test infra. 7 years ago
pep8 Skip sanity tests that don't apply to bundled code 7 years ago
pslint many pslint fixes (#55862) 7 years ago
pylint Clean up pylint issues in test infra. 7 years ago
rstcheck Add rstcheck to ansible-test and correct issues. (#23550) 9 years ago
shellcheck Test cleanup. 8 years ago
validate-modules Correct a documentation of the jenkins_plugin module (#59139) 7 years ago
yamllint Code cleanup for test infrastructure. (#59046) 7 years ago
ansible.cfg Fix ansible-test config management. 8 years ago