mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-29 22:01:27 -07:00
Enable writing plugins for jinja2 tests
This commit is contained in:
parent
6a8062baad
commit
1bf5224f82
13 changed files with 216 additions and 99 deletions
|
@ -296,6 +296,13 @@ filter_loader = PluginLoader(
|
|||
'filter_plugins'
|
||||
)
|
||||
|
||||
test_loader = PluginLoader(
|
||||
'TestModule',
|
||||
'ansible.runner.test_plugins',
|
||||
C.DEFAULT_TEST_PLUGIN_PATH,
|
||||
'test_plugins'
|
||||
)
|
||||
|
||||
fragment_loader = PluginLoader(
|
||||
'ModuleDocFragment',
|
||||
'ansible.utils.module_docs_fragments',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue