This is the fifth of 8 part series on Contributing to open source project Django.
In this video we look at executing unit tests for Django project on your developer environment (your laptop/computer) such that when you are working on making code changes, you can run the unit tests to validate that there are no unexpected test failures.