Skip to content

Commit

Permalink
[Order API TDD] JPA 적용하기
Browse files Browse the repository at this point in the history
  • Loading branch information
jihunparkme committed Feb 26, 2024
1 parent 45c3b6e commit 6161a4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions product-order-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ final AddProductRequest request = new AddProductRequest(name, price, discountPol
## API 테스트로 전환하기

API 테스트를 위해 io.rest-assured:rest-assured 사용하기
- rest-assured 는 격리가 잘 안 되는 문제가 존재
- 데이터가 캐싱이 되어 table sequence 가 꼬여 다른 테스트가 깨질 수 있음(ex. table sequence)
- 격리 방법은 [3월 우아한테크세미나 / 우아한ATDD](https://www.youtube.com/watch?v=ITVpmjM4mUE) 참고


---
Expand Down

0 comments on commit 6161a4c

Please sign in to comment.