feat: add test for BECGuiClient features .new, .delete, .show, .hide, .close

This commit is contained in:
2024-12-19 11:10:54 +01:00
committed by wakonig_k
parent 955cc64257
commit 0ff0c06bd1
3 changed files with 86 additions and 2 deletions
+3
View File
@@ -274,6 +274,9 @@ class BECGuiClient(RPCBase):
if wait:
self._gui_started_event.wait()
def _dump(self):
rpc_client = RPCBase(gui_id=f"{self._gui_id}:window", parent=self)
return rpc_client._run_rpc("_dump")
def start(self):
return self.start_server()