본문 바로가기

소프트웨어-이야기/테스트-자동화

[pytest] PyCharm 기본 테스트 라이브러리를 pytest으로 변경하기

PyCharm의 기본 테스트 코드 runner는 unittest로 되어있다. 

그래서 pytest으로 테스트코드 돌릴 때에는 설정값들을 변경해줘야한다.


1. Pycharm Preferences > Django > Do not use Django test runner 체크해주기 


2. Preference > Default test runner를 pytest으로 변경해준다


끝 :)