diff options
author | Ilnur Khuziev <ilnur.khuziev@yandex.ru> | 2022-02-10 16:46:14 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:14 +0300 |
commit | 60040c91ffe701a84689b2c6310ff845e65cff42 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/python/ut | |
parent | 736dcd8ca259457a136f2f9f9168c44643914323 (diff) | |
download | ydb-60040c91ffe701a84689b2c6310ff845e65cff42.tar.gz |
Restoring authorship annotation for Ilnur Khuziev <ilnur.khuziev@yandex.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/python/ut')
-rw-r--r-- | contrib/libs/python/ut/lib/test.cpp | 2 | ||||
-rw-r--r-- | contrib/libs/python/ut/lib/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/python/ut/py2/use.cpp | 2 | ||||
-rw-r--r-- | contrib/libs/python/ut/py3/use.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/python/ut/lib/test.cpp b/contrib/libs/python/ut/lib/test.cpp index b49d6ab61e..e3aabc8889 100644 --- a/contrib/libs/python/ut/lib/test.cpp +++ b/contrib/libs/python/ut/lib/test.cpp @@ -1,7 +1,7 @@ #include "test.h" #include <Python.h> -#include <library/cpp/testing/unittest/registar.h> +#include <library/cpp/testing/unittest/registar.h> TTestPyInvoker::TTestPyInvoker() {} diff --git a/contrib/libs/python/ut/lib/ya.make b/contrib/libs/python/ut/lib/ya.make index de4a2b892c..cfa0aaa612 100644 --- a/contrib/libs/python/ut/lib/ya.make +++ b/contrib/libs/python/ut/lib/ya.make @@ -7,7 +7,7 @@ WITHOUT_LICENSE_TEXTS() LICENSE(YandexOpen) PEERDIR( - library/cpp/testing/unittest + library/cpp/testing/unittest ) SRCS( diff --git a/contrib/libs/python/ut/py2/use.cpp b/contrib/libs/python/ut/py2/use.cpp index 5cce4a1571..a4a2c8d9bb 100644 --- a/contrib/libs/python/ut/py2/use.cpp +++ b/contrib/libs/python/ut/py2/use.cpp @@ -1,5 +1,5 @@ #include <contrib/libs/python/ut/lib/test.h> -#include <library/cpp/testing/unittest/registar.h> +#include <library/cpp/testing/unittest/registar.h> Y_UNIT_TEST_SUITE(TestPy3Binding) { Y_UNIT_TEST(version) { diff --git a/contrib/libs/python/ut/py3/use.cpp b/contrib/libs/python/ut/py3/use.cpp index 0d067c1fc1..8a2531bcc1 100644 --- a/contrib/libs/python/ut/py3/use.cpp +++ b/contrib/libs/python/ut/py3/use.cpp @@ -1,5 +1,5 @@ #include <contrib/libs/python/ut/lib/test.h> -#include <library/cpp/testing/unittest/registar.h> +#include <library/cpp/testing/unittest/registar.h> Y_UNIT_TEST_SUITE(TestPy3Binding) { Y_UNIT_TEST(version) { |