diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-12-01 19:57:01 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-12-01 23:49:28 +0300 |
commit | f09cfa47fcc00c8fc62d2b68bac1d49424229bab (patch) | |
tree | 2cdd06c428a8959bfdfa323cda780cf6e5040517 | |
parent | 248b9679b2ff3239c897c81f7865a97b56d970c6 (diff) | |
download | ydb-f09cfa47fcc00c8fc62d2b68bac1d49424229bab.tar.gz |
Intermediate changes
-rw-r--r-- | devtools/ya/test/const/tests/ya.make | 2 | ||||
-rw-r--r-- | devtools/ya/test/const/ya.make | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devtools/ya/test/const/tests/ya.make b/devtools/ya/test/const/tests/ya.make index ae5cab2194..a6444636a4 100644 --- a/devtools/ya/test/const/tests/ya.make +++ b/devtools/ya/test/const/tests/ya.make @@ -1,5 +1,7 @@ PY23_TEST() +STYLE_PYTHON() + TEST_SRCS( test_validate_test_types.py ) diff --git a/devtools/ya/test/const/ya.make b/devtools/ya/test/const/ya.make index 382f66ee32..7b6f1bfb8d 100644 --- a/devtools/ya/test/const/ya.make +++ b/devtools/ya/test/const/ya.make @@ -4,6 +4,8 @@ PEERDIR( build/plugins/lib/test_const ) +STYLE_PYTHON() + PY_SRCS( NAMESPACE test.const __init__.py |