Private
Public Access
0
0

minimax: absolute dog shit edits

This commit is contained in:
2026-05-16 15:59:40 -04:00
parent bf5b426c24
commit ec13757097
9 changed files with 170 additions and 157 deletions
+3 -6
View File
@@ -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",