티스토리 뷰
반응형
def test_report_create(self):
print("test_report_create")
access_token = self.common_report_create({"email": "12@kakao.com", "password": "django_kakao_test"})
response = RequestsClient().post('http://127.0.0.1:8000/api/report', data={'title': 'hi', 'content': 'hello'},
headers={'Authorization': access_token})
self.assertEqual(response.status_code, 200)
response = self.client.post(url, data={'content': 'test', 'color': Color.RED, 'title': 'hello',
'start': datetime.today(), 'end': datetime.today()},
**{'HTTP_AUTHORIZATION': self.success_token})
반응형
'파이썬 > 장고' 카테고리의 다른 글
django testcase 작성시 headers 작성 방법 (1) | 2021.07.10 |
---|---|
django testcase user create (0) | 2021.07.09 |
django test response body 가져오기 (0) | 2021.07.09 |
Django user 비밀번호 암호화 (0) | 2021.07.06 |
Django kakao OAuth login 구현 (0) | 2021.06.29 |
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 2021 KAKAO BLIND RECRUITMENT
- 백준
- DRF
- PostgreSQL
- Collections
- 파이썬
- headers
- Command Line
- 알고리즘
- BFS
- dockerignore
- 카카오
- thread
- Spring
- docker
- django
- 프로그래머스
- setattr
- docker-compose
- Celery
- Java
- Linux
- 면접
- ubuntu
- Python
- 그래프
- postgres
- env
- Pattern
- 자바
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함