mirror of
https://github.com/ZhuLinsen/daily_stock_analysis
synced 2026-09-20 10:53:33 +08:00
* feat: 添加分析历史存储 * docs: /analysis/history 文档更新 * docs: marge doc * Update docs/README_EN.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: CR db except; * fix: CR default query_source --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
11 lines
218 B
Python
11 lines
218 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
===================================
|
|
A股自选股智能分析系统 - 测试包
|
|
===================================
|
|
|
|
职责:
|
|
1. 提供单元测试包结构
|
|
2. 统一测试模块入口
|
|
"""
|