aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/ut/py3
diff options
context:
space:
mode:
authorspreis <spreis@yandex-team.ru>2022-02-10 16:47:13 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:13 +0300
commitbcd1126cbd5d445cd0665d295198aa39c6ab8cbe (patch)
treed41d29a041d5733ef148335290dbb817b197d4cd /contrib/libs/python/ut/py3
parent986cb5d624f352524bfa0c42c9a7695235cdaa41 (diff)
downloadydb-bcd1126cbd5d445cd0665d295198aa39c6ab8cbe.tar.gz
Restoring authorship annotation for <spreis@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/python/ut/py3')
-rw-r--r--contrib/libs/python/ut/py3/use.cpp18
-rw-r--r--contrib/libs/python/ut/py3/ya.make20
2 files changed, 19 insertions, 19 deletions
diff --git a/contrib/libs/python/ut/py3/use.cpp b/contrib/libs/python/ut/py3/use.cpp
index 8a2531bcc12..e532ca89e7f 100644
--- a/contrib/libs/python/ut/py3/use.cpp
+++ b/contrib/libs/python/ut/py3/use.cpp
@@ -1,10 +1,10 @@
-#include <contrib/libs/python/ut/lib/test.h>
+#include <contrib/libs/python/ut/lib/test.h>
#include <library/cpp/testing/unittest/registar.h>
-
-Y_UNIT_TEST_SUITE(TestPy3Binding) {
- Y_UNIT_TEST(version) {
- TTestPyInvoker invoker;
- UNIT_ASSERT_EQUAL(invoker.GetVersion()[0], '3');
- }
-}
-
+
+Y_UNIT_TEST_SUITE(TestPy3Binding) {
+ Y_UNIT_TEST(version) {
+ TTestPyInvoker invoker;
+ UNIT_ASSERT_EQUAL(invoker.GetVersion()[0], '3');
+ }
+}
+
diff --git a/contrib/libs/python/ut/py3/ya.make b/contrib/libs/python/ut/py3/ya.make
index df6d4fe767c..af8407938cb 100644
--- a/contrib/libs/python/ut/py3/ya.make
+++ b/contrib/libs/python/ut/py3/ya.make
@@ -1,10 +1,10 @@
-OWNER(spreis)
-
-UNITTEST()
-USE_PYTHON3()
-SRCS(use.cpp)
-
-PEERDIR(
- contrib/libs/python/ut/lib
-)
-END()
+OWNER(spreis)
+
+UNITTEST()
+USE_PYTHON3()
+SRCS(use.cpp)
+
+PEERDIR(
+ contrib/libs/python/ut/lib
+)
+END()