Choose timezone
Your profile timezone:
Many of us who write code tend to opt for manually testing the code (if at all). Unit tests are seen as extra effort, and the rewards are not immediately obvious. I will try (!) to convince you that unit testing is worth the effort, and will introduce the most popular testing framework in Python: pytest. I will also cover advanced unit testing methodology which can influence how we design our software, resulting in more flexible and maintainable architectures.