Why do we need unit test? And how to write it in Python?
A good program must be correct. Try to imagine getting negative salary because of a bug. To verify how the program work, you must test it. But testing by hand is slow and unreliable. By the time you are testing a program, your competitor might alread...
blog.pontakorn.dev3 min read