Ship Android AI console and remove web UI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user