The Zeuthen Data and Software Seminar - Algorithms, Software, Data and everything in between
Unit testing
by
→
Europe/Berlin
zoom and Villa
zoom and Villa
https://desy.zoom.us/j/81523299374
Meeting ID: 815 2329 9374
Description
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.