This commit is contained in:
2026-09-19 19:45:43 +08:00
parent 7183cb45f8
commit 8131b158b4
60 changed files with 7669 additions and 909 deletions

6
labs/tests/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
"""labs 的测试包。
测试模块内部使用 ``from tests.zt_harness import ...`` 这类绝对导入,
因此 ``labs`` 必须作为顶层包导入、``labs/tests`` 必须是包。
统一入口见 ``labs/run_tests.py``。
"""