feat(v1): add secure configuration baseline
This commit is contained in:
@@ -42,7 +42,8 @@
|
||||
| 基线检查 | `./init.ps1` |
|
||||
| 旧代码编译检查 | `python -m compileall -q demo` |
|
||||
| 旧 GUI 启动 | `Set-Location demo; python main.py` |
|
||||
| V1 测试 | T-101 创建 `v1/requirements.txt` 和测试后写入真实 `pytest` 命令 |
|
||||
| V1 依赖安装 | `python -m pip install -r v1/requirements.txt`(显式执行;`init.ps1` 不自动安装) |
|
||||
| V1 单元测试 | `python -m pytest v1/tests -v` |
|
||||
| V2 测试 | T-302 创建 Go 模块后使用 `go test ./...` |
|
||||
|
||||
## 演进决策
|
||||
|
||||
Reference in New Issue
Block a user