新增完善测试模板

This commit is contained in:
2026-05-03 17:52:52 +08:00
parent 07fa0b0038
commit dd6236866e
26 changed files with 1319 additions and 5 deletions

5
tests/samples/README.md Normal file
View File

@@ -0,0 +1,5 @@
# samples样例默认不执行
本目录下的 ``*.py.sample`` **不会被** ``python tests/run_tests.py`` 收集。
复制为 ``tests/test_*.py``(去掉 ``.sample``)后,再按业务实现 service / golden 断言。