diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
tree | 7d55b9e950eb724da222548997547bf6710b1b58 /library/python/testing | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/python/testing')
-rw-r--r-- | library/python/testing/filter/ya.make | 5 | ||||
-rw-r--r-- | library/python/testing/import_test/ya.make | 10 | ||||
-rw-r--r-- | library/python/testing/recipe/ya.make | 19 | ||||
-rw-r--r-- | library/python/testing/ya.make | 22 | ||||
-rw-r--r-- | library/python/testing/yatest_common/ya.make | 41 | ||||
-rw-r--r-- | library/python/testing/yatest_lib/tests/ya.make | 14 | ||||
-rw-r--r-- | library/python/testing/yatest_lib/ya.make | 26 |
7 files changed, 0 insertions, 137 deletions
diff --git a/library/python/testing/filter/ya.make b/library/python/testing/filter/ya.make deleted file mode 100644 index 22c485d2580..00000000000 --- a/library/python/testing/filter/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -PY23_LIBRARY() -OWNER(g:yatest) -PY_SRCS(filter.py) - -END() diff --git a/library/python/testing/import_test/ya.make b/library/python/testing/import_test/ya.make deleted file mode 100644 index fae36ffe8f5..00000000000 --- a/library/python/testing/import_test/ya.make +++ /dev/null @@ -1,10 +0,0 @@ -OWNER( - g:yatest - exprmntr -) - -PY23_LIBRARY() - -PY_SRCS(import_test.py) - -END() diff --git a/library/python/testing/recipe/ya.make b/library/python/testing/recipe/ya.make deleted file mode 100644 index dd323aa2457..00000000000 --- a/library/python/testing/recipe/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -OWNER( - exprmntr - g:yatest -) - -PY23_LIBRARY() - -PY_SRCS( - __init__.py - ports.py -) - -PEERDIR( - contrib/python/ipdb - library/python/testing/yatest_common - library/python/testing/yatest_lib -) - -END() diff --git a/library/python/testing/ya.make b/library/python/testing/ya.make deleted file mode 100644 index 883bc8d7aba..00000000000 --- a/library/python/testing/ya.make +++ /dev/null @@ -1,22 +0,0 @@ -OWNER(g:yatest) - -RECURSE( - behave - deprecated - fake_ya_package - filter - gtest - gtest/test - gtest/test/gtest - pyremock - pytest_runner - pytest_runner/example - pytest_runner/test - recipe - system_info - types_test - yapackage - yapackage/test - yatest_common - yatest_lib -) diff --git a/library/python/testing/yatest_common/ya.make b/library/python/testing/yatest_common/ya.make deleted file mode 100644 index f7a566ca9de..00000000000 --- a/library/python/testing/yatest_common/ya.make +++ /dev/null @@ -1,41 +0,0 @@ -OWNER(g:yatest) - -PY23_LIBRARY() - -OWNER(g:yatest) - -NO_EXTENDED_SOURCE_SEARCH() - -PY_SRCS( - TOP_LEVEL - yatest/__init__.py - yatest/common/__init__.py - yatest/common/benchmark.py - yatest/common/canonical.py - yatest/common/environment.py - yatest/common/errors.py - yatest/common/legacy.py - yatest/common/misc.py - yatest/common/network.py - yatest/common/path.py - yatest/common/process.py - yatest/common/runtime.py - yatest/common/runtime_java.py - yatest/common/tags.py -) - -PEERDIR( - contrib/python/six - contrib/python/packaging - library/python/cores - library/python/filelock - library/python/fs -) - -IF (NOT CATBOOST_OPENSOURCE) - PEERDIR( - library/python/coredump_filter - ) -ENDIF() - -END() diff --git a/library/python/testing/yatest_lib/tests/ya.make b/library/python/testing/yatest_lib/tests/ya.make deleted file mode 100644 index 8586c6ef7d0..00000000000 --- a/library/python/testing/yatest_lib/tests/ya.make +++ /dev/null @@ -1,14 +0,0 @@ -OWNER(g:yatest) - -PY23_TEST() - -PEERDIR( - library/python/testing/yatest_lib -) - -TEST_SRCS( - test_external.py - test_testsplitter.py -) - -END() diff --git a/library/python/testing/yatest_lib/ya.make b/library/python/testing/yatest_lib/ya.make deleted file mode 100644 index 342bae82bae..00000000000 --- a/library/python/testing/yatest_lib/ya.make +++ /dev/null @@ -1,26 +0,0 @@ -OWNER(g:yatest) - -PY23_LIBRARY() - -PY_SRCS( - NAMESPACE - yatest_lib - external.py - test_splitter.py - tools.py - ya.py -) - -PEERDIR( - contrib/python/six -) - -IF(PYTHON2) - PEERDIR( - contrib/python/enum34 - ) -ENDIF() - -END() - -RECURSE_FOR_TESTS(tests) |