📝 Docs: 添加 nonebug 单元测试文档 (#929)

Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: StarHeart <starheart233@gmail.com>
This commit is contained in:
MingxuanGame
2022-04-30 16:04:41 +08:00
committed by GitHub
parent 34186830ab
commit 11b6e1ba98
8 changed files with 554 additions and 12 deletions

View File

@ -3,7 +3,7 @@ from nonebug import App
@pytest.mark.asyncio
async def test_weather(app: App):
async def test_weather(app: App, load_example):
from examples.weather import weather
from utils import make_fake_event, make_fake_message