init: document-haness 설계

This commit is contained in:
DongHyeonka
2026-07-23 17:52:22 +09:00
parent 993788c14e
commit d6f78f92a0
127 changed files with 20099 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "-ra"
markers = [
"live: 실제 LLM CLI와 설치된 스킬을 호출하는 선택적 통합 테스트",
]
[tool.ruff]
target-version = "py311"
line-length = 100