SpeechRecognition/test/real/test_requirements.txt

24 lines
718 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ============================================
# 端到端真实测试额外依赖
# ============================================
# 说明:这些依赖用于支持端到端真实测试
# 安装方式pip install -r test_requirements.txt
# ============================================
# ---------- 测试配置文件支持 ----------
pyyaml>=6.0
# ---------- 性能测试工具(可选) ----------
# pytest-benchmark>=4.0.0
# memory-profiler>=0.61.0
# ---------- 测试超时控制 ----------
pytest-timeout>=2.2.0
# ---------- 代码覆盖率(可选) ----------
# pytest-cov>=4.1.0
# ---------- 测试报告生成(可选) ----------
# pytest-html>=4.0.0
# pytest-xdist>=3.3.0 # 并行测试执行