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.