mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-07-29 22:09:50 +00:00
✨ 新增 Pytest 测试工作流,添加开发依赖项并创建基准测试示例
This commit is contained in:
7
tests/test_none.py
Normal file
7
tests/test_none.py
Normal file
@ -0,0 +1,7 @@
|
||||
import logging
|
||||
|
||||
def test_none():
|
||||
"""基准测试示例
|
||||
"""
|
||||
logging.info("测试成功")
|
||||
pass
|
Reference in New Issue
Block a user