diff --git a/README.md b/README.md index 36ec0157..f2ecf5d4 100644 --- a/README.md +++ b/README.md @@ -197,4 +197,21 @@ graph TD --- +## 🛠️ Development & Testing + +Run unit tests for the core trend engine and probability models: + +```bash +python -m pytest tests/test_trend_engine.py -v +``` + +Deploying updates to the server: + +```bash +git pull +./update.sh +``` + +--- + _Updated 2026-03-04_ diff --git a/README_ZH.md b/README_ZH.md index bfdefc6c..5b99d3b0 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -197,4 +197,21 @@ graph TD --- +## 🛠️ 开发与测试 + +运行核心分析引擎和概率模型的单元测试: + +```bash +python -m pytest tests/test_trend_engine.py -v +``` + +部署代码更新到服务器: + +```bash +git pull +./update.sh +``` + +--- + _更新于 2026-03-04_