An open API service indexing awesome lists of open source software.

https://github.com/nonebot/nonebug

NoneBot2 测试框架 / NoneBot2 test framework
https://github.com/nonebot/nonebug

nonebot2 pytest pytest-plugin

Last synced: 10 months ago
JSON representation

NoneBot2 测试框架 / NoneBot2 test framework

Awesome Lists containing this project

README

          


nonebot

# NoneBug

_✨ NoneBot2 测试框架 ✨_



license


pypi

python






QQ Chat


Telegram Channel


Discord Server


文档

## 安装

本工具为 [pytest](https://docs.pytest.org/en/stable/) 插件,需要配合 pytest 异步插件使用。

```bash
poetry add nonebug pytest-asyncio -G test
# 或者使用 anyio
poetry add nonebug anyio -G test
```

```bash
pdm add nonebug pytest-asyncio -dG test
# 或者使用 anyio
pdm add nonebug anyio -dG test
```

```bash
pip install nonebug pytest-asyncio
# 或者使用 anyio
pip install nonebug anyio
```