9 lines
341 B
Python
9 lines
341 B
Python
|
|
"""channels infrastructure 层单元测试 conftest。
|
|||
|
|
|
|||
|
|
复用父级 ``test/unit/channels/conftest.py`` 的端口桩(fake_logger /
|
|||
|
|
fake_config / fake_cache 等),本文件仅补充 infrastructure 层独有的
|
|||
|
|
共享 fixture(如构造 HostBootstrap / HostShutdown 所需的桩组件聚合)。
|
|||
|
|
"""
|
|||
|
|
|
|||
|
|
from __future__ import annotations
|