When it comes to testing in python pytest
is my favorite testing tool. pytest
is a testing framework that strips out boilerplate and adds a whole bunch of sensible utilities to make your tests more pythonic. In this post we'll cover how to add that awesomeness to a Django project.