Verify visible hello MCP run and add shared control lease
This commit is contained in:
@@ -37,7 +37,8 @@ class McpAdapterTests(unittest.TestCase):
|
||||
self.assertEqual(self.calls[-1][2], {'address': 0xc000, 'length': 16})
|
||||
self.client.events(after=4, timeout=12)
|
||||
self.assertEqual(self.calls[-1][1:],
|
||||
('events', {'after': 4, 'timeout': 12}, 14))
|
||||
('events', {'after': 4, 'timeout': 12,
|
||||
'owner': self.client.owner}, 14))
|
||||
before = len(self.calls)
|
||||
with self.assertRaisesRegex(SessionError, 'Адрес памяти'):
|
||||
self.client.read_memory('not-an-address')
|
||||
|
||||
Reference in New Issue
Block a user