Ship Android AI console and remove web UI

This commit is contained in:
Codex
2026-06-26 22:56:42 +03:00
parent 4e811daaf2
commit ab2557ea26
12 changed files with 1086 additions and 2026 deletions
+4 -7
View File
@@ -4,7 +4,7 @@ import json
from crypto_spot_bot.dashboard import _apply_fast_trading
from crypto_spot_bot.dashboard import _safe_config
from crypto_spot_bot.dashboard import HTML
from crypto_spot_bot.dashboard import WEB_UI_REMOVED_MESSAGE
from crypto_spot_bot.storage import Storage
@@ -58,9 +58,6 @@ def test_safe_config_summarizes_torch_forecast_artifact(make_settings, tmp_path)
}
def test_dashboard_html_is_russian_torch_workspace() -> None:
assert "Рынки и Torch" in HTML
assert "Что видит нейросеть перед прогнозом" in HTML
assert "Свечи" in HTML
assert "class=\"pill" not in HTML
assert ".pill" not in HTML
def test_web_ui_is_removed_from_api_service() -> None:
assert "Web UI removed" in WEB_UI_REMOVED_MESSAGE
assert "/api/*" in WEB_UI_REMOVED_MESSAGE