Talk Python To Me
Talk Python To Me
Michael Kennedy
#63: Validating Python tests with mutation testing
59 minutes Posted Jun 16, 2016 at 8:00 am.
0:00
59:36
Download MP3
Show notes
Do you think it's a good idea to test your software? Do you write unit tests or other automated verification for code? I think most of us do these days. A key question is how do you know whether your tests sufficiently verify your code? The standard answer is code coverage.