init: document-haness 설계
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
addopts = "-ra"
|
||||
markers = [
|
||||
"live: 실제 LLM CLI와 설치된 스킬을 호출하는 선택적 통합 테스트",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py311"
|
||||
line-length = 100
|
||||
Reference in New Issue
Block a user