본문 바로가기

Django

Django 일부만 Test 하기

반응형
  • python manage.py test로 테스트 하면 App의 tests.py 파일내의 전체 test 소스가 test 된다.
  • 이럴 땐 직접 method를 지정하여 Test를 실행 시키면 된다.
python manage.py test blog.tests.TestView.test_post_list
반응형

'Django' 카테고리의 다른 글

Django Shell Plus  (0) 2022.02.22
Compile Language & Interpreter Language  (0) 2022.02.22
Django TDD beautifulsoup4 사용하기  (0) 2022.02.19
Pillow Python에서 ImageField를 사용하기  (0) 2022.02.19
django TDD  (0) 2022.02.19