aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/testing/yatest_lib
diff options
context:
space:
mode:
Diffstat (limited to 'library/python/testing/yatest_lib')
-rw-r--r--library/python/testing/yatest_lib/tests/ya.make12
-rw-r--r--library/python/testing/yatest_lib/ya.make24
2 files changed, 0 insertions, 36 deletions
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 fe7b1c7837..0000000000
--- a/library/python/testing/yatest_lib/tests/ya.make
+++ /dev/null
@@ -1,12 +0,0 @@
-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 79442b8faf..0000000000
--- a/library/python/testing/yatest_lib/ya.make
+++ /dev/null
@@ -1,24 +0,0 @@
-PY23_LIBRARY()
-
-PY_SRCS(
- NAMESPACE
- yatest_lib
- external.py
- test_splitter.py
- tools.py
- ya.py
-)
-
-PEERDIR(
- contrib/python/six
-)
-
-IF(PYTHON2)
- PEERDIR(
- contrib/deprecated/python/enum34
- )
-ENDIF()
-
-END()
-
-RECURSE_FOR_TESTS(tests)