Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

N.2. 유닛 테스트와 TDD: pytest fixture를 통한 테스트 환경 구축

HOIWOONG JUNG edited this page Apr 22, 2021 · 13 revisions

pytest fixture를 통한 테스트 환경 구축

소스버전

TODO

  • pytest, pytest-watch 설치
    • requirements.txt 반영
  • 테스트 스테이지 config 작성
    • .gitignore*.db 추가된것 확인 (형상관리 하지 않음)
  • 학습용 test_route.py 작성

플라스크 테스트 예시

테스트 항목 선별기준

  • test_*.py
  • def test_*() 등등 ..

커맨드

pytest -sv

레퍼런스


Clone this wiki locally