티스토리 뷰
반응형
def test_report_create(self):
print("test_report_create")
response = self.client.post(self.url, data={'title': 'hi', 'content': 'hello'},
**{'HTTP_AUTHORIZATION': self.access_token_1})
self.assertEqual(response.status_code, 200)
위와 같이 **을 붙여서 표현 하는데 이 때 'HTTP_'을 붙여서 표현하는 것이 중요하다.
참고글: https://ssamko.tistory.com/53
반응형
'파이썬 > 장고' 카테고리의 다른 글
Object does not support item assignment error (0) | 2021.07.27 |
---|---|
Docker-compose를 통한 Django + Nginx + Postgres 작업 [.dockerignore] [docker-compose 환경변수/env 파일 처리하기] (0) | 2021.07.21 |
django testcase user create (0) | 2021.07.09 |
DRF Testcase headers 처리 (0) | 2021.07.09 |
django test response body 가져오기 (0) | 2021.07.09 |
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Collections
- env
- 카카오
- BFS
- DRF
- ubuntu
- 그래프
- 알고리즘
- thread
- postgres
- headers
- docker
- Celery
- Linux
- Spring
- docker-compose
- Command Line
- 면접
- PostgreSQL
- 프로그래머스
- 파이썬
- setattr
- 자바
- django
- Pattern
- Python
- dockerignore
- 2021 KAKAO BLIND RECRUITMENT
- 백준
- Java
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함