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 6bd69c6 commit 116adefCopy full SHA for 116adef
pytest_django/__init__.py
@@ -6,8 +6,8 @@
6
7
8
from .fixtures import (
9
- DjangoAssertNumAllConnectionsQueries,
10
- DjangoAssertNumQueries,
+ DjangoAssertNumAllConnectionsQueries,
+ DjangoAssertNumQueries,
11
DjangoCaptureOnCommitCallbacks,
12
)
13
from .plugin import DjangoDbBlocker
tests/test_fixtures.py
@@ -21,9 +21,9 @@
21
from .helpers import DjangoPytester
22
23
from pytest_django import (
24
25
26
- DjangoCaptureOnCommitCallbacks,
+ DjangoCaptureOnCommitCallbacks,
27
DjangoDbBlocker,
28
29
from pytest_django_test.app.models import Item
0 commit comments