Unit testing in PythonBy Sebastian Raschka, PhD / December 14, 2013 Let’s be honest, code testing is everything but a joyful task. However, a good unit testing framework makes this process as smooth as possible. Eventually...