django-planet
June 23, 2025

Django: Introducing inline-snapshot-django

published by Adam Johnson
in blog Adam Johnson
original entry Django: Introducing inline-snapshot-django

I recently released a new package called inline-snapshot-django. It’s a tool for snapshot testing SQL queries in Django projects, described shortly.

Snapshot testing and inline-snapshot

inline-snapshot-django builds on top of the excellent inline-snapshot, a nifty snapshot testing library.

Snapshot testing is a type of testing that compares a result …