pytest.ini 327 B

1234567
  1. [pytest]
  2. testpaths = .claude/scripts/data_modules/tests
  3. pythonpath = .claude/scripts
  4. # 说明:
  5. # - 不在 CLI 里写相对路径,避免从不同工作目录运行时出现 coverage=0 的误报。
  6. # - 覆盖率范围由 .coveragerc 的 [run] source 控制。
  7. addopts = -q --cov --cov-report=term-missing --cov-fail-under=90