diff --git a/README.md b/README.md index a14f108..05b1052 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,12 @@ Jeju Road is not using the local database yet. Refer to the [API document](http://183.107.10.236:8080/docs/index.html) provided by the backend team. +## Code Convention +**Test Method Convention** + +given(option)_when_expect (korea language & when using spaces, use _ ) + +ex) `예기치_못한_에러가_발생했을때_에러페이지가_잘_보여지는가에_대한_테스트` + + +