MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / MockDeviceResponse

Class MockDeviceResponse

unit-tests/test_command_device_management.py:56–60  ·  view source on GitHub ↗

Mock device response for testing.

Source from the content-addressed store, hash-verified

54
55
56class MockDeviceResponse:
57 """Mock device response for testing."""
58
59 def __init__(self, device_groups):
60 self.deviceGroups = device_groups
61
62
63class MockAdminDeviceResponse:

Calls

no outgoing calls