ansible/test
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
2019-07-16 12:19:01 -07:00
..
cache
env
integration Add test for meta: end_play (#59118) 2019-07-16 12:41:48 -04:00
legacy safe_eval fix (#57188) 2019-06-06 15:36:22 -04:00
results
runner Prepare pylint test for collections support. 2019-07-16 11:24:16 -07:00
sanity Move common build code from _build_helpers (#55986) 2019-07-16 12:19:01 -07:00
units New Module: Vscan Enable (#57953) 2019-07-16 13:40:56 -04:00
utils Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00