aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/pytest/plugins/ya.py
diff options
context:
space:
mode:
authorignat <ignat@yandex-team.ru>2022-02-10 16:48:20 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:20 +0300
commitc8b279dd21ddcb47e755028d81281f113a0f4a11 (patch)
tree59384fcb7e8e0566cac1ed9738ab30f0b2559b58 /library/python/pytest/plugins/ya.py
parent2096e85a73bb6b3b20ae25a92943992717fe4167 (diff)
downloadydb-c8b279dd21ddcb47e755028d81281f113a0f4a11.tar.gz
Restoring authorship annotation for <ignat@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/python/pytest/plugins/ya.py')
-rw-r--r--library/python/pytest/plugins/ya.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/python/pytest/plugins/ya.py b/library/python/pytest/plugins/ya.py
index 1bde03042d..be9e1ac8e4 100644
--- a/library/python/pytest/plugins/ya.py
+++ b/library/python/pytest/plugins/ya.py
@@ -407,8 +407,8 @@ def pytest_runtest_teardown(item, nextitem):
def pytest_runtest_call(item):
- class_name, test_name = tools.split_node_id(item.nodeid)
- yatest_logger.info("Test call (class_name: %s, test_name: %s)", class_name, test_name)
+ class_name, test_name = tools.split_node_id(item.nodeid)
+ yatest_logger.info("Test call (class_name: %s, test_name: %s)", class_name, test_name)
def pytest_deselected(items):