Metadata-Version: 2.3
Name: django-sql-test
Version: 0.1.0
Summary: A Django test mixin that captures and displays SQL query diffs between test runs, helping to track database-related changes in your tests.
License: MIT
Author: Denis Zalivin
Author-email: zalivindenis@gmail.com
Requires-Python: <4.0,>=3.9
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4
Classifier: Framework :: Django :: 5
Classifier: Topic :: Software Development :: Testing
Requires-Dist: django (>=4.0,<6.0)
Requires-Dist: sql-metadata (>=2.15.0,<3.0.0)
Project-URL: Homepage, https://github.com/shaihulud/django-sql-test
Project-URL: Issues, https://github.com/shaihulud/django-sql-test/issues
Description-Content-Type: text/markdown

# django-sql-test
A Django test mixin that captures and analyzes SQL queries during tests, with built-in support for displaying diffs between previous and current queries for spotting unexpected changes or regressions.

