We have covered installation and how to configure the Django project for the pytest in the previous blog post. Today we will learn how to write tests with pytest for a Django project with some basic examples. We are going to write tests for: models views and forms Project Structure We are going to test […]
