Skip to content

Commit 147aecc

Browse files
author
leonidlazarev
committed
feat userver: expose topic client in testsuite
Tests: затронут только тестсьют commit_hash:1d064aacda9fd95ee9f162123f8869eb4121f6e8
1 parent ff4c7c0 commit 147aecc

File tree

1 file changed

+4
-0
lines changed
  • testsuite/pytest_plugins/pytest_userver/plugins/ydb

1 file changed

+4
-0
lines changed

testsuite/pytest_plugins/pytest_userver/plugins/ydb/client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ def __init__(self, endpoint, database):
1212
def execute(self, query):
1313
return self._session.transaction().execute(query, commit_tx=True)
1414

15+
@property
16+
def topic_client(self):
17+
return self._driver.topic_client
18+
1519
@property
1620
def session(self):
1721
return self._session

0 commit comments

Comments
 (0)