버그 재발 방지 알고리즘 #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
사용자 피드백 #7: 버그가 식별되면 수정 후 재발하지 않도록 하는 알고리즘도 필요.
적용 결과
tests/test_regressions.py(commite9cc6bf, 214줄) — 회귀 테스트 시드.tests/conftest.py28줄.CONTRIBUTING.md§2 — 5단계 알고리즘:tests/test_regressions.py먼저 추가 (Red).사용 흐름
새 버그 발견 → 이슈 생성 → 회귀 테스트 작성 → 수정 → close 이슈.
Closed — 알고리즘 + 인프라 완성 (commit
e9cc6bf).tests/test_regressions.py214줄 +tests/conftest.py28줄.CONTRIBUTING.md§2 5단계 알고리즘 명시.운영 흐름: 새 버그마다 새 이슈 생성 + 회귀 테스트 추가, 본 이슈는 알고리즘 자체에 한해 close.