Files
document-haness/pyproject.toml
T

11 lines
223 B
TOML

[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "-ra"
markers = [
"live: 실제 LLM CLI와 설치된 스킬을 호출하는 선택적 통합 테스트",
]
[tool.ruff]
target-version = "py311"
line-length = 100