docs: add testing and development commands

This commit is contained in:
2569718930@qq.com
2026-03-04 03:06:40 +08:00
parent c0deaed923
commit d5b546528c
2 changed files with 34 additions and 0 deletions
+17
View File
@@ -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_
+17
View File
@@ -197,4 +197,21 @@ graph TD
---
## 🛠️ 开发与测试
运行核心分析引擎和概率模型的单元测试:
```bash
python -m pytest tests/test_trend_engine.py -v
```
部署代码更新到服务器:
```bash
git pull
./update.sh
```
---
_更新于 2026-03-04_