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

Class MockDeviceGroup

unit-tests/test_command_device_management.py:41–45  ·  view source on GitHub ↗

Mock device group for testing.

Source from the content-addressed store, hash-verified

39
40
41class MockDeviceGroup:
42 """Mock device group for testing."""
43
44 def __init__(self, devices):
45 self.devices = devices
46
47
48class MockDeviceUserGroup:

Calls

no outgoing calls