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 474420b commit 0a6e7bcCopy full SHA for 0a6e7bc
test/test_raw_bson.py
@@ -20,7 +20,6 @@
20
21
from test import client_context, unittest
22
from test.test_client import IntegrationTest
23
-from test.utils import rs_or_single_client
24
25
from bson import decode, encode
26
from bson.binary import JAVA_LEGACY, Binary, UuidRepresentation
@@ -42,12 +41,6 @@ class TestRawBSONDocument(IntegrationTest):
42
41
)
43
document = RawBSONDocument(bson_string)
44
45
- @classmethod
46
- def setUpClass(cls):
47
- super(TestRawBSONDocument, cls).setUpClass()
48
- client_context.client = rs_or_single_client()
49
- cls.client = client_context.client
50
-
51
def tearDown(self):
52
if client_context.connected:
53
self.client.pymongo_test.test_raw.drop()
0 commit comments