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/units/plugins
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
..
action Use unittest.mock instead of mock. (#77883) 2 years ago
become better handling of sudo flag replacement (#76389) 3 years ago
cache Use unittest.mock instead of mock. (#77883) 2 years ago
callback Use unittest.mock instead of mock. (#77883) 2 years ago
connection Use unittest.mock instead of mock. (#77883) 2 years ago
filter Require Jinja2 3.0.0 (#75881) 3 years ago
inventory Use unittest.mock instead of mock. (#77883) 2 years ago
loader_fixtures Clean up unit test boilerplate. 4 years ago
lookup Use unittest.mock instead of mock. (#77883) 2 years ago
shell powershell - fix nested CLIXML parser (#71412) 4 years ago
strategy Move handler processing into new PlayIterator state (#77955) 2 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_plugins.py refactor and fixes for doc parsing (#77719) 2 years ago