Files
skill-template/tests/samples/README.md
2026-05-03 17:52:52 +08:00

6 lines
233 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# samples样例默认不执行
本目录下的 ``*.py.sample`` **不会被** ``python tests/run_tests.py`` 收集。
复制为 ``tests/test_*.py``(去掉 ``.sample``)后,再按业务实现 service / golden 断言。