ForcePilot/backend/test/unit/channels/adapters/conftest.py

12 lines
470 B
Python
Raw Normal View History

"""channels adapters 层单元测试 conftest。
adapter 测试通常在各自测试文件内自建桩AsyncSession / Redis /
httpx 桩注入不在此处提供跨文件共享 fixture避免桩配置与具体 adapter
实现耦合若后续出现多 adapter 共用的桩如通用 AsyncSession 工厂
可在此补充
参见 testing-guidelines.md单文件独有 helper 保留在测试文件内
"""
from __future__ import annotations