From 0cbc50e9c47053b2a09c75edb1655d8a1211ba01 Mon Sep 17 00:00:00 2001 From: Joshua Date: Mon, 16 Sep 2024 14:40:21 +1000 Subject: [PATCH] run all tests --- tests/cloud_test_logic/run_cloud_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cloud_test_logic/run_cloud_tests.py b/tests/cloud_test_logic/run_cloud_tests.py index 0eb6c35d..c662f299 100644 --- a/tests/cloud_test_logic/run_cloud_tests.py +++ b/tests/cloud_test_logic/run_cloud_tests.py @@ -59,7 +59,7 @@ def convert_string_to_boolean(string_value): sys.exit(1) print(f"All indices has been created, proceeding to run tests with pytest. Arguments: {sys.argv[1:]}") - pytest_args = ['tests/v2_tests/test_hybrid_search.py', '-m', 'not ignore_during_cloud_tests'] + sys.argv[1:] + pytest_args = ['tests/', '-m', 'not ignore_during_cloud_tests'] + sys.argv[1:] print("running integration tests with args:", pytest_args) pytest_exit_code = pytest.main(pytest_args) if pytest_exit_code != 0: