Quality Assurance1 Python pytest 테스팅 기초 (QA) 01강 Python pytest 테스팅 기초 (QA) 01강 01 PyTest 설치 1 pip install pytest cs 02 PyCharm 환경설정 변경 PyCharm - Settings (Preferences) - Tools - Diff & Merge - Python Integrated Tools - Testing - pytest 03 pytest 설치 확인 PyCharm - Terminal - Local - Command - pytest 입력하고 엔터 04 New PyCharm 프로젝트 만들기 05 New File (test_ch1.py) 만들기 1 2 3 4 5 6 7 8 9 10 11 12 # argument로 이름 (문자열 타입)을 받고 # 이름 내 모음 개수를 반환하는 함수 작성하기 def v.. 2022. 2. 1. 이전 1 다음