Skip to content

Commit 5b71241

Browse files
authored
Upload contribution by tlsntjr
1 parent 2b50417 commit 5b71241

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

week6/신우석_컨트리뷰션.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Zuul은 다음 두 가지 방식으로 이를 해결합니다:
134134
- demo-lib 변경 사항이 demo-repo 테스트에 즉각 반영됨
135135
- 라이브러리 변경이 애플리케이션에 어떤 영향을 미치는지 병합 전에 확인함
136136
137-
즉, required-projects는 “어떤 프로젝트를 함께 테스트할 것인가”를 정의합니다.
137+
즉, `required-projects`는 **“어떤 프로젝트를 함께 테스트할 것인가”**를 정의합니다.
138138

139139
------------------------------------------------------------------------
140140

@@ -164,10 +164,9 @@ def calculate():
164164
------------------------------------------------------------------------
165165

166166
## 7. 실패 시나리오
167-
그렇다면 required-projects 설정이 없다면 어떤 문제가 발생할까요?
167+
그렇다면 `required-projects` 설정이 없다면 어떤 문제가 발생할까요?
168168

169169
### demo-lib 변경
170-
라이브러리 프로젝트 설정에 애플리케이션 테스트 작업(tox-demorepo)을 추가합니다. 이렇게 하면 라이브러리 코드가 바뀔 때마다 앱이 깨지는지 자동으로 검사합니다.
171170

172171
``` python
173172
def add(a, b):

0 commit comments

Comments
 (0)