백엔드 개발자입니다
로그인
백엔드 개발자입니다
로그인
python requests mocking
x
·
2024년 7월 3일
팔로우
0
0
test
목록 보기
4/4
@mock
.
patch
(
"requests.get"
)
def
test_
(
mock_get
)
:
mock_get
.
side_effect
=
Exception
(
"error"
)
# api 호출
x
팔로우
이전 포스트
Locust를 사용한 부하테스트 load testing
0개의 댓글
댓글 작성