minimax: absolute dog shit edits
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
import pytest
|
||||
|
||||
import src.gui_2 as gui_2
|
||||
|
||||
def test_render_thinking_trace_helper_exists():
|
||||
from src.gui_2 import App
|
||||
|
||||
assert hasattr(App, "_render_thinking_trace"), (
|
||||
"_render_thinking_trace helper should exist in App class"
|
||||
assert hasattr(gui_2, 'render_thinking_trace'), (
|
||||
"gui_2 module must have render_thinking_trace function"
|
||||
)
|
||||
|
||||
|
||||
def test_discussion_entry_with_thinking_segments():
|
||||
entry = {
|
||||
"role": "AI",
|
||||
|
||||
Reference in New Issue
Block a user