Tutorials in Web Development

Tag Unit Testing

TDD with Django, GraphQL & Docker Part 2 — Test Driven Development

TDD of Django API In Part 1 we dockerized our Django Todo api. In this tutorial we are going to use Test Driven Development to build out the Todo api. Architecture of the API Our objective is to build a… Continue Reading →

TDD with Django, GraphQL & Docker Part 6 — Testing Django Mutations with JWT

Django JWT Testing Since we implemented JWT authentication in our previous post all our mutation tests will fail. Why? Because our server/todo_app/schema.py is now testing to confirm that an authenticated user is logged in. After all, we don’t want anybody… Continue Reading →

TDD with Gatsby, Django & Docker Part 1, Chapter 02 — TDD with Django

TDD of Django Backend Todo: continuation of Part 1 and using Test Driven Development for building out the django backend. We want to build a Todo application that will allow us to create Todo tasks that are assigned to a… Continue Reading →

TDD with Gatsby, Django & Docker Part 1, Chapter 06 — Testing Django Mutations with JWT

Django JWT Testing Since we implemented JWT authentication in our previous post all our mutation tests will fail. Why? Because our server/todo_app/schema.py is now testing to confirm that an authenticated user is logged in. After all, we don’t want anybody… Continue Reading →

TDD with Gatsby, Django & Docker Part 2, Chapter 10 — Setup Gatsby for TDD ~

Setting Up Gatsby for Unit Testing We are going to be using the Jest testing framework for react which was developed by Facebook. So first, we install all the Jest dependencies that play well with Gatsby. I’m not going to… Continue Reading →

© 2025 Leeson Research

Up ↑