- 将独立 API 模块 (daily, stock_basic, trade_cal) 整合至 api_wrappers/ - 重写 sync.py 使用新的 wrapper 结构,支持更多同步功能 - 更新测试文件适配新的模块结构 - 添加 pytest.ini 配置文件
4 lines
42 B
INI
4 lines
42 B
INI
[pytest]
|
|
pythonpath = .
|
|
testpaths = tests
|