Files
nonebot-plugin-marshoai/tests/test_none.py
2024-12-14 01:15:29 +08:00

8 lines
105 B
Python
Executable File

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