Skip to content

Commit 61e2eef

Browse files
committed
add test_client_context to syncro.py
1 parent f26bce9 commit 61e2eef

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

test/test_client_context.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919
sys.path[0:0] = [""]
2020

21-
from test.synchronous import SkipTest, UnitTest, client_context, unittest
21+
from test import SkipTest, UnitTest, client_context, unittest
2222

23-
_IS_SYNC = False
23+
_IS_SYNC = True
2424

2525

26-
class TestAsyncClientContext(UnitTest):
26+
class TestClientContext(UnitTest):
2727
@classmethod
2828
def _setup_class(cls):
2929
pass

tools/synchro.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
"test_logger.py",
162162
"test_session.py",
163163
"test_transactions.py",
164+
"test_client_context.py",
164165
]
165166

166167
sync_test_files = [

0 commit comments

Comments
 (0)