optz
This commit is contained in:
6
labs/tests/__init__.py
Normal file
6
labs/tests/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""labs 的测试包。
|
||||
|
||||
测试模块内部使用 ``from tests.zt_harness import ...`` 这类绝对导入,
|
||||
因此 ``labs`` 必须作为顶层包导入、``labs/tests`` 必须是包。
|
||||
统一入口见 ``labs/run_tests.py``。
|
||||
"""
|
||||
Reference in New Issue
Block a user