新增 Pytest 测试工作流,添加开发依赖项并创建基准测试示例

This commit is contained in:
2024-12-13 01:15:50 +08:00
parent 1a34e9b167
commit e6b72ed3c3
3 changed files with 59 additions and 2 deletions

7
tests/test_none.py Normal file
View File

@ -0,0 +1,7 @@
import logging
def test_none():
"""基准测试示例
"""
logging.info("测试成功")
pass