Started unit test for Workflows.py and WorkflowDesigner.py
This commit is contained in:
@@ -25,7 +25,7 @@ def tabs_manager():
|
||||
self._called_methods: list[tuple] = []
|
||||
|
||||
def add_tab(self, *args, **kwargs):
|
||||
self._called_methods.append(("set_tab_content", args, kwargs))
|
||||
self._called_methods.append(("add_tab", args, kwargs))
|
||||
|
||||
table_name, content, key = args
|
||||
self.tabs.append({"table_name": table_name, "content": content, "key": key})
|
||||
|
||||
Reference in New Issue
Block a user