Commit 1dc254b
chore: 테스트 docstring 의 가변 카운트·스테이지 마커 정리
다른 파일·CI 잡에 의존하는 카운트가 docstring 에 박혀 있어 변경 시
stale 되는 안티패턴 정정 (실제로 v0.3.0 막판 5→4 정정 누락 발생).
- test_cli.py 의 "5 skipped 카운트 중 1" / "1 카운트" 제거 — gated 파일
카운트 검증은 ci.yml test-without-extras 잡이 SSOT
- test_langchain_loader_ir.py 의 "exactly 29 테스트 유지" 제거 — 다른
파일의 카운트가 본 파일 docstring 에 박혀 invisible coupling 발생
- test_ir_schema_export.py 의 "S3 신규 5" 매직 넘버 제거
코드 동작 변화 없음 — docstring/comment only.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 55e28c0 commit 1dc254b
3 files changed
Lines changed: 7 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
0 commit comments