feat(ai_news): show stock name (ticker) in telegram top 5/5

This commit is contained in:
2026-05-14 00:36:10 +09:00
parent c3659eb6c5
commit 06162b1e6e
3 changed files with 20 additions and 4 deletions

View File

@@ -18,7 +18,8 @@ def test_build_message_includes_top_sections():
assert "호재 Top" in msg
assert "악재 Top" in msg
assert "005930" in msg
assert "8.5" in msg
# score는 MarkdownV2 escape 거쳐 "8\.5" 형태 ('.' 가 reserved)
assert "8\\.5" in msg
assert "HBM" in msg
assert "373220" in msg