Skip to content

Commit 554195e

Browse files
committed
PYTHON-1625 - Fix perf tests
1 parent 5bc0c70 commit 554195e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/performance/perf_test.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ def __exit__(self, *args):
6868

6969

7070
class PerformanceTest(object):
71+
72+
@classmethod
73+
def setUpClass(cls):
74+
client_context.init()
75+
7176
def setUp(self):
7277
pass
7378

0 commit comments

Comments
 (0)