pytest.ini 279 B

12345678
  1. [pytest]
  2. testpaths = .
  3. python_files = test_*.py
  4. python_functions = test_*
  5. markers =
  6. integration: 需要 Express 后端已启动(默认 http://localhost:3101)
  7. qiwei_live: 需要 backend/.env 中 QIWEI_TOKEN + QIWEI_GUID(真实 QiWe 数据)
  8. addopts = -v --tb=short