diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-26 13:04:55 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-26 13:04:55 +0300 |
commit | 78caba673687bcd49fbf2ce6d097d318282ff002 (patch) | |
tree | 7e87d11347d92113f9e39f03db2e61ce7943b5aa /build/plugins/ytest.py | |
parent | d2fb88bc290f27a26b3ed7eb1932c5fb94cfd813 (diff) | |
download | ydb-78caba673687bcd49fbf2ce6d097d318282ff002.tar.gz |
intermediate changes
ref:110136b448f725022fe4a99944539b99fd3a0ebf
Diffstat (limited to 'build/plugins/ytest.py')
-rw-r--r-- | build/plugins/ytest.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/plugins/ytest.py b/build/plugins/ytest.py index b9cb87c544..2a6c0aab55 100644 --- a/build/plugins/ytest.py +++ b/build/plugins/ytest.py @@ -559,6 +559,9 @@ def onadd_check(unit, *args): if check_type in ["flake8.py2", "flake8.py3"]: script_rel_path = check_type fork_mode = unit.get('TEST_FORK_MODE') or '' + elif check_type == "black": + script_rel_path = check_type + fork_mode = unit.get('TEST_FORK_MODE') or '' elif check_type == "JAVA_STYLE": if ymake_java_test and not unit.get('ALL_SRCDIRS') or '': return |