diff options
author | iaz1607 <iaz1607@yandex-team.ru> | 2022-02-10 16:45:37 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:37 +0300 |
commit | e5437feb4ac2d2dc044e1090b9312dde5ef197e0 (patch) | |
tree | f5a238c69dd20a1fa2092127a31b8aff25020f7d /library/python/testing/yatest_lib/ya.make | |
parent | f4945d0a44b8770f0801de3056aa41639b0b7bd2 (diff) | |
download | ydb-e5437feb4ac2d2dc044e1090b9312dde5ef197e0.tar.gz |
Restoring authorship annotation for <iaz1607@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/python/testing/yatest_lib/ya.make')
-rw-r--r-- | library/python/testing/yatest_lib/ya.make | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/python/testing/yatest_lib/ya.make b/library/python/testing/yatest_lib/ya.make index 342bae82ba..9b1d5224ea 100644 --- a/library/python/testing/yatest_lib/ya.make +++ b/library/python/testing/yatest_lib/ya.make @@ -6,7 +6,7 @@ PY_SRCS( NAMESPACE yatest_lib external.py - test_splitter.py + test_splitter.py tools.py ya.py ) @@ -22,5 +22,5 @@ IF(PYTHON2) ENDIF() END() - -RECURSE_FOR_TESTS(tests) + +RECURSE_FOR_TESTS(tests) |