News

In this video, I'm going to teach you how to write unit tests in Python using a module called Pytest. It's a skill you'll need to know if you write code in Python, and fortunately, it's relatively ...
Unit tested code reduces the defect density in an application. The motive of this article is not to elucidate the benefits of unit testing (see references for that), but to provide a collection of ...