WIP: Regression hell
This commit is contained in:
@@ -77,7 +77,11 @@ def test_render_log_management_logic(app_instance: App) -> None:
|
||||
patch("src.gui_2.imgui.table_headers_row"), \
|
||||
patch("src.gui_2.imgui.table_next_row"), \
|
||||
patch("src.gui_2.imgui.table_next_column"), \
|
||||
patch("src.gui_2.imgui.same_line"), \
|
||||
patch("src.gui_2.imgui.text_colored"), \
|
||||
patch("src.gui_2.imgui.separator"), \
|
||||
patch("src.gui_2.imgui.button"):
|
||||
|
||||
mock_reg = MockRegistry.return_value
|
||||
mock_reg.data = {
|
||||
"session_1": {
|
||||
|
||||
Reference in New Issue
Block a user