Private
Public Access
Progress on context composition
This commit is contained in:
@@ -26,6 +26,8 @@ def test_ast_inspector_line_range_parsing():
|
||||
mock_imgui.begin_child.return_value = True
|
||||
# radio_button returns (changed, active)
|
||||
mock_imgui.radio_button.return_value = (False, False)
|
||||
mock_imgui.get_content_region_avail.return_value.y = 800.0
|
||||
mock_imgui.get_frame_height_with_spacing.return_value = 24.0
|
||||
|
||||
# Setup imscope mocks
|
||||
mock_imscope.window.return_value.__enter__.return_value = (True, True)
|
||||
|
||||
Reference in New Issue
Block a user