MCPcopy Create free account
hub / github.com/trailofbits/algo / __init__

Method __init__

tests/unit/test_wireguard_key_generation.py:79–81  ·  view source on GitHub ↗
(self, params)

Source from the content-addressed store, hash-verified

77 # Mock the AnsibleModule for testing
78 class MockModule:
79 def __init__(self, params):
80 self.params = params
81 self.result = {}
82
83 def fail_json(self, **kwargs):
84 raise Exception(f"Module failed: {kwargs}")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected