You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 07:41:16 +03:00
test helper: Helper.from_module() injects test function into test module (#7560)
This commit is contained in:
@ -17,6 +17,4 @@ from ansible_collections.community.general.plugins.modules import puppet
|
||||
from .helper import Helper
|
||||
|
||||
|
||||
helper = Helper.from_module(puppet)
|
||||
patch_bin = helper.cmd_fixture
|
||||
test_module = helper.test_module
|
||||
Helper.from_module(puppet, __name__)
|
||||
|
Reference in New Issue
Block a user