Files
nonebot-plugin-marshoai/tests/test_none.py

8 lines
105 B
Python

import logging
def test_none():
"""基准测试示例"""
logging.info("测试成功")
pass