Testing Your Django App With pytest - A Beginner's Guide

pytest is a very mature testing tool for testing Python and Django based projects.

These are two of my blog posts on testing Django app with pytest:

  • Testing Your Django App With pytest : A Beginner’s Guide (Part 1) https://blog.dreamcatcherit.com/wp/2020/01/02/testing-your-django-app-with-pytest-a-beginners-guide-part-1/
  • Testing Your Django App With pytest : A Beginner’s Guide (Part 2) https://blog.dreamcatcherit.com/wp/2020/01/13/testing-your-django-app-with-pytest-a-beginners-guide-part-2/

I hope these posts help you to give a basic overview of pytest. See you next time!

Written on July 28, 2021