20230510 TIL - 테스트 코드
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