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 a20d30d commit 59d9531Copy full SHA for 59d9531
tests/test_models.py
@@ -3,7 +3,7 @@
3
4
from postgres_copy import CopyManager, CopyMapping
5
6
-from .fields import MyIntegerField
+from .test_fields import MyIntegerField
7
8
9
class MockObject(models.Model):
tests/test_queries.py
@@ -13,7 +13,7 @@
13
14
from postgres_copy import CopyMapping
15
16
-from .models import (
+from .test_models import (
17
ExtendedMockObject,
18
HookedCopyMapping,
19
LimitedMockObject,
0 commit comments