完成错误测试用例

This commit is contained in:
Your Name
2026-01-31 11:02:59 +08:00
parent 588e3bb478
commit 11cef531bd
15 changed files with 909 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[pytest]
testpaths = tests
pythonpath = src
python_files = test_*.py
python_functions = test_*
addopts = -v