test: add real-wait time-semantics variants for redis backends
This commit is contained in:
@@ -38,6 +38,9 @@ where = ["src"]
|
||||
pythonpath = ["src"]
|
||||
testpaths = ["tests"]
|
||||
asyncio_mode = "auto"
|
||||
# slow(真实等待的时间语义变体,单文件 12-15 分钟)默认排除;
|
||||
# 显式 `pytest -m slow` 覆盖(CLI 的 -m 后到优先)。M2 T12 全量跑。
|
||||
addopts = "-m 'not slow'"
|
||||
markers = [
|
||||
"requires_redis: 需要可达的 Redis(无则 skip)",
|
||||
"requires_llm: 需要真实 LLM 网关(无则 skip,输出落 tests/outputs/)",
|
||||
|
||||
Reference in New Issue
Block a user