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.
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 …