7 lines
108 B
Python
Raw Normal View History

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