Fix: 修复 MessageSegment 在有额外数据时报错 (#1055)

This commit is contained in:
Ju4tCode
2022-06-20 15:52:12 +08:00
committed by GitHub
parent c91c9380a7
commit f11970132c
3 changed files with 18 additions and 14 deletions

View File

@ -61,6 +61,10 @@ all = ["quart", "aiohttp", "httpx", "websockets"]
[tool.pytest.ini_options]
asyncio_mode = "auto"
addopts = "--cov=nonebot --cov-report=term-missing"
filterwarnings = [
"error",
"ignore::DeprecationWarning",
]
[tool.black]
line-length = 88