运行测试

运行测试#

您可以使用以下代码块来运行测试。

# 安装测试依赖
pip install pytest pytest-cov

# 运行所有测试
python run_tests.py