Bitperi(Periklis Gkolias)

Productivity tips and coding for thriving people

A Comprehensive Guide to Unit Testing with Python3

A comprehensive introduction to unit-testing and mocking with Python3 Unit testing is quickly becoming a must for all job adverts. There are a few people who don’t like Test Driven Development(TDD), but at least they agree on the value, automation testing(not only unit tests) add to the overall code quality and to the debugging process. By the time of writing, according to dice.com, TDD is enjoying increased popularity year after year. Continue reading