mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
038f846dad
- docs/elevator-api-parity: 计划/报告模板/示例 - tools/elevator_api_parity: 端点目录、fixtures、对拍 client/compare、报告生成 - scripts/run_elevator_parity: JDK8 构建 + 单测/对拍(无服务时跳过对拍用例) Made-with: Cursor Former-commit-id: 3d54a40e1a7ae0b1724261d4f18910a6f415f853
9 lines
168 B
INI
9 lines
168 B
INI
[pytest]
|
|
minversion = 6.0
|
|
addopts = -q --strict-markers
|
|
testpaths = tests
|
|
markers =
|
|
live: 需要两实例可访问
|
|
unit: 纯逻辑单测
|
|
pythonpath = .
|