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
cmd tests improvement (#7181)
* cmd tests improvement * fix sanity * remove commented line * fixed class init code
This commit is contained in:
@ -15,7 +15,7 @@ from .cmd_runner_test_utils import CmdRunnerTestHelper
|
||||
|
||||
TESTED_MODULE = module.__name__
|
||||
with open("tests/unit/plugins/modules/test_xfconf_info.yaml", "r") as TEST_CASES:
|
||||
helper = CmdRunnerTestHelper(command="xfconf-query", test_cases=TEST_CASES)
|
||||
helper = CmdRunnerTestHelper(test_cases=TEST_CASES)
|
||||
patch_bin = helper.cmd_fixture
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user