Skip to content

Instantly share code, notes, and snippets.

View edraobdu's full-sized avatar

Edgardo Obregón edraobdu

View GitHub Profile
@edraobdu
edraobdu / get_queries.py
Last active March 4, 2023 14:58
pytest fixture to help debugging (and asserting) database queries on django tests.
"""
Based on this answer https://stackoverflow.com/a/59125267
Requirements:
- django
- pytest
- pytest-django
Include this fixture in your `conftest.py`