django_assert_queriesΒΆ
Django query assertion and instrumentation.
New in version 1.0.
This is the primary module for django-assert-queries. Projects should import straight from this module.
The following functions are available:
Information on an executed query. |
|
A type of executed query that can be inspected. |
|
Information on a subquery within an executed query. |
|
Catch queries and provide information for further inspection. |
|
A type representing list of expected queries. |
|
An expected query for a query assertion. |
|
Information on a mismatched query. |
|
Assert the number and complexity of queries. |