nonebot-bison/tests/test_new.py
2022-02-09 19:20:31 +08:00

14 lines
337 B
Python

import pytest
def test_add(n_plugin_module):
from nonebot_bison.config import Config
config = Config()
config.add_subscribe(
user='123',
user_type='group',
target='weibo_id',
target_name='weibo_name',
target_type='weibo',
cats=[],
tags=[])