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/integration/targets/ansible-doc/library
Brian Coca 4260b71cc7
refactor and fixes for doc parsing (#77719)
* refactor and remove redundant code in documentation

  allow location and building api to be more accessible
  fix issues with displaying ansible.legacy and ansible.builtin
  ensure we don't x2 process tokens (some modules reference them also) fixes #77764
  move to constants vs hardcoded
  more informative errors and comments
  now have actual filter/test plugins, which expose the filter/test functions
  moved filter/test loading/finding logic into jinja2pluginloader, removed dupe implementations
  added tests for case in which we unique by basename when listing

Update lib/ansible/utils/plugin_docs.py
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
2 years ago
..
double_doc.py refactor and fixes for doc parsing (#77719) 2 years ago
test_docs.py WIP - Fix ansible-doc bugs and add integration tests. (#62461) 5 years ago
test_docs_missing_description.py ansible-doc man formatter: fail with better error message when description isn't there (#70046) 4 years ago
test_docs_no_metadata.py WIP - Fix ansible-doc bugs and add integration tests. (#62461) 5 years ago
test_docs_no_status.py WIP - Fix ansible-doc bugs and add integration tests. (#62461) 5 years ago
test_docs_non_iterable_status.py WIP - Fix ansible-doc bugs and add integration tests. (#62461) 5 years ago
test_docs_removed_precedence.py Support `removed_at_date` in ansible-doc (#70002) 4 years ago
test_docs_removed_status.py WIP - Fix ansible-doc bugs and add integration tests. (#62461) 5 years ago
test_docs_returns.py Plugin/module docs: parse return values, add collection names in them (version_added_collection), and format them nicely in ansible-doc (#69796) 4 years ago
test_docs_returns_broken.py Plugin/module docs: parse return values, add collection names in them (version_added_collection), and format them nicely in ansible-doc (#69796) 4 years ago
test_docs_suboptions.py ansible-doc: properly handle suboptions (#69795) 4 years ago
test_docs_yaml_anchors.py Add ansible-doc tests for documentation containing YAML anchors (#70436) 4 years ago
test_empty.py WIP - Fix ansible-doc bugs and add integration tests. (#62461) 5 years ago
test_no_docs.py WIP - Fix ansible-doc bugs and add integration tests. (#62461) 5 years ago
test_no_docs_no_metadata.py WIP - Fix ansible-doc bugs and add integration tests. (#62461) 5 years ago
test_no_docs_no_status.py WIP - Fix ansible-doc bugs and add integration tests. (#62461) 5 years ago
test_no_docs_non_iterable_status.py WIP - Fix ansible-doc bugs and add integration tests. (#62461) 5 years ago
test_win_module.ps1 refactor and fixes for doc parsing (#77719) 2 years ago
test_win_module.yml refactor and fixes for doc parsing (#77719) 2 years ago