Description
Unit Testing isn't just for traditional applications. Testing is useful in data applications as well, from testing assumptions about the underlying structure of information, to testing your knowledge of math libraries.
In this tutorial we'll showing you how to use pytest from scratch. By the end you'll know enough to be able to use it in your next project.