summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/common/test_framework/test_utils.py
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2024-12-25 12:55:24 +0300
committerrobot-piglet <[email protected]>2024-12-25 13:26:08 +0300
commitd178f2fdb676f739012fe7948f1b3d6cab3bae69 (patch)
treea12b55e9ca39e0a7512f09db503a74a620b4bd39 /yql/essentials/tests/common/test_framework/test_utils.py
parent47a8704130b3d47dcb4eb806c3eae41292e90eb4 (diff)
Intermediate changes
commit_hash:c38d382915b71f704d494027adb9d7132937a26b
Diffstat (limited to 'yql/essentials/tests/common/test_framework/test_utils.py')
-rw-r--r--yql/essentials/tests/common/test_framework/test_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/yql/essentials/tests/common/test_framework/test_utils.py b/yql/essentials/tests/common/test_framework/test_utils.py
index 0c02633558b..3606ab15fdd 100644
--- a/yql/essentials/tests/common/test_framework/test_utils.py
+++ b/yql/essentials/tests/common/test_framework/test_utils.py
@@ -105,8 +105,8 @@ def pytest_generate_tests_for_run(metafunc, template='.sql', suites=None, curren
)
-def pytest_generate_tests_for_part(metafunc, currentPart, partsCount):
- return pytest_generate_tests_for_run(metafunc, currentPart=currentPart, partsCount=partsCount)
+def pytest_generate_tests_for_part(metafunc, currentPart, partsCount, data_path=None):
+ return pytest_generate_tests_for_run(metafunc, currentPart=currentPart, partsCount=partsCount, data_path=data_path)
def get_cfg_file(cfg, case):