#63: Validating Python tests with mutation testing

Talk Python To Me

Episode | Podcast

Date: Thu, 16 Jun 2016 00:00:00 -0800

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.