We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a2a04 commit 5f668d3Copy full SHA for 5f668d3
pytest_django/fixtures.py
@@ -620,6 +620,7 @@ def _assert_num_queries(
620
exact: bool = True,
621
connection: Any | None = None,
622
info: str | None = None,
623
+ *,
624
using: str | None = None,
625
) -> Generator[django.test.utils.CaptureQueriesContext, None, None]:
626
from django.test.utils import CaptureQueriesContext
0 commit comments