강의

멘토링

로드맵

Inflearn brand logo image
Programming

/

Software Test

Complete Guide to Python Test Automation Using Pytest and Nox

Have you ever felt anxious after modifying code, wondering 'Is it okay to deploy this?' This lecture was prepared to solve exactly that concern. 😊 You'll learn how to write 'good tests' using Pytest, the standard for Python testing, step-by-step from the basics. We'll cover essential functionalities vital for real-world application, from simple assertions to Fixtures that drastically reduce repetitive tasks, and Mocks that simulate complex external systems. Once you're comfortable with testing, it's time to automate the entire development process. You'll learn how to handle testing, code style checks, and formatting all at once with a single command using Nox, a powerful automation tool. Finally, we'll explore how to connect all these processes to a CI/CD pipeline, upgrading your team's development culture.

(5.0) 1 reviews

56 learners

  • haeyeomiso
테스트자동화
테스트코드
유닛테스트
소프트웨어-테스트
실습 중심
Software Test
pytest
nox
CI/CD