nonebot2 test framework


Keywords
nonebot, pytest, test, bot, onebot, cqhttp, nonebot2, pytest-plugin
License
MIT
Install
pip install nonebug==0.3.7

Documentation

nonebot

NoneBug

✨ NoneBot2 测试框架 ✨

license pypi python
QQ Chat Telegram Channel Discord Server

文档

安装

本工具为 pytest 插件,需要配合 pytest 异步插件使用。

poetry add nonebug pytest-asyncio -G test
# 或者使用 anyio
poetry add nonebug anyio -G test
pdm add nonebug pytest-asyncio -dG test
# 或者使用 anyio
pdm add nonebug anyio -dG test
pip install nonebug pytest-asyncio
# 或者使用 anyio
pip install nonebug anyio