3422372948
- Fix 1: 移除误 commit 的 __pycache__ 文件 - Fix 2: 创建 pytest.ini 解决 PYTHONPATH 问题 - Fix 3: load_config 添加错误处理(FileNotFoundError + ValueError) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
42 B
INI
4 lines
42 B
INI
[pytest]
|
|
pythonpath = .
|
|
testpaths = tests
|