How to write a good unit test
How to write a good unit test This post provides some guidelines about how to write a good unit test. There are some examples in Python with unittest.
Introduction In my last post I wrote about software quality not being taken seriously sometimes.
Tests are a good part of the software quality so I wanted to write a bit about the testing effort we should be doing in our code.
[Read More]