drf에서 테스트코드 작성하기 2부(게시글) - YouTube
# Run the specified module
python3 manage.py test catalog.tests
# Run the specified module
python3 manage.py test catalog.tests.test_models
# Run the specified class
python3 manage.py test catalog.tests.test_models.YourTestClass
# Run the specified method
python3 manage.py test catalog.tests.test_models.YourTestClass.test_one_plus_one_equals_two
django-rest-framework-jwt/test_views.py at master · jpadilla/django-rest-framework-jwt (github.com)