File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
import uuid
30
30
import warnings
31
31
from test .asynchronous import AsyncIntegrationTest , AsyncPyMongoTestCase , async_client_context
32
+ from test .asynchronous .test_bulk import AsyncBulkTestBase
32
33
from threading import Thread
33
34
from typing import Any , Dict , Mapping
34
35
52
53
KMIP_CREDS ,
53
54
LOCAL_MASTER_KEY ,
54
55
)
55
- from test .test_bulk import BulkTestBase
56
56
from test .unified_format import generate_test_classes
57
57
from test .utils import (
58
58
AllowListEventListener ,
@@ -372,7 +372,7 @@ async def target():
372
372
await target ()
373
373
374
374
375
- class TestEncryptedBulkWrite (BulkTestBase , AsyncEncryptionIntegrationTest ):
375
+ class TestEncryptedBulkWrite (AsyncBulkTestBase , AsyncEncryptionIntegrationTest ):
376
376
async def test_upsert_uuid_standard_encrypt (self ):
377
377
opts = AutoEncryptionOpts (KMS_PROVIDERS , "keyvault.datakeys" )
378
378
client = await async_rs_or_single_client (auto_encryption_opts = opts )
Original file line number Diff line number Diff line change 29
29
import uuid
30
30
import warnings
31
31
from test import IntegrationTest , PyMongoTestCase , client_context
32
+ from test .test_bulk import BulkTestBase
32
33
from threading import Thread
33
34
from typing import Any , Dict , Mapping
34
35
52
53
KMIP_CREDS ,
53
54
LOCAL_MASTER_KEY ,
54
55
)
55
- from test .test_bulk import BulkTestBase
56
56
from test .unified_format import generate_test_classes
57
57
from test .utils import (
58
58
AllowListEventListener ,
You can’t perform that action at this time.
0 commit comments