From d5b546528c6379ed068f438dfb6fa2fcf5cf787b Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Wed, 4 Mar 2026 03:06:40 +0800 Subject: [PATCH] docs: add testing and development commands --- README.md | 17 +++++++++++++++++ README_ZH.md | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) 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_