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