본문 바로가기
WIL&TIL/TIL

20230510 TIL - 테스트 코드

by 코드뭉치 2023. 5. 10.

1️⃣ 테스트코드

 

DRF 테스팅 공식문서

http://www.tomchristie.com/rest-framework-2-docs/api-guide/testing

 

Testing - Django REST framework

test.py Testing Code without tests is broken as designed. — Jacob Kaplan-Moss REST framework includes a few helper classes that extend Django's existing test framework, and improve support for making API requests. APIRequestFactory Extends Django's exist

www.tomchristie.com

 

DRF 테스트코드 예시 

 https://github.com/erdem/DRF-TDD-example/blob/master/todoapp/users/tests.py

 

GitHub - erdem/DRF-TDD-example: An example Django REST framework project for test driven development.

An example Django REST framework project for test driven development. - GitHub - erdem/DRF-TDD-example: An example Django REST framework project for test driven development.

github.com

 

Python unittest 공식문서

https://docs.python.org/3/library/unittest.html#module-unittest

 

unittest — Unit testing framework

Source code: Lib/unittest/__init__.py(If you are already familiar with the basic concepts of testing, you might want to skip to the list of assert methods.) The unittest unit testing framework was ...

docs.python.org

 

 

 

'WIL&TIL > TIL' 카테고리의 다른 글

20230512 TIL - Javascript 기초  (0) 2023.05.13
20230511 TIL - CSS flex, HTML 기본  (0) 2023.05.11
20230509 TIL - 알고리즘  (0) 2023.05.09
20230508 TIL - 알고리즘  (1) 2023.05.08
20230504 TIL - 알고리즘  (0) 2023.05.04

댓글