File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11## Add here import statements for all files with tests
22
33from tests .aggregate_tests .aggtst_base import * # noqa: F403
4- from tests .aggregate_tests .atest_loader import * # noqa: F403
4+ from tests .aggregate_tests .atest_loader import run # noqa: F403
55from tests .aggregate_tests .test_array import * # noqa: F403
66from tests .aggregate_tests .test_arg_max import * # noqa: F403
77from tests .aggregate_tests .test_arg_min import * # noqa: F403
Original file line number Diff line number Diff line change 11## Add here import statements for all files with tests
22
33from tests .aggregate_tests .aggtst_base import * # noqa: F403
4- from tests .aggregate_tests .atest_loader import * # noqa: F403
4+ from tests .aggregate_tests .atest_loader import run # noqa: F403
55from tests .aggregate_tests2 .test_varchar_argmax import * # noqa: F403
66from tests .aggregate_tests2 .test_varchar_argmin import * # noqa: F403
77from tests .aggregate_tests2 .test_varchar_arr_agg import * # noqa: F403
Original file line number Diff line number Diff line change 11## Add here import statements for all files with tests
22
33from tests .aggregate_tests .aggtst_base import * # noqa: F403
4- from tests .aggregate_tests .atest_loader import * # noqa: F403
4+ from tests .aggregate_tests .atest_loader import run # noqa: F403
55from tests .arithmetic_tests .test_tables import * # noqa: F403
66from tests .arithmetic_tests .test_date import * # noqa: F403
77from tests .arithmetic_tests .test_interval import * # noqa: F403
Original file line number Diff line number Diff line change 11## Add here import statements for all files with tests
22
33from tests .aggregate_tests .aggtst_base import * # noqa: F403
4- from tests .aggregate_tests .atest_loader import * # noqa: F403
4+ from tests .aggregate_tests .atest_loader import run # noqa: F403
55from tests .complex_type_tests .test_arr import * # noqa: F403
66from tests .complex_type_tests .test_map import * # noqa: F403
77from tests .complex_type_tests .test_row import * # noqa: F403
You can’t perform that action at this time.
0 commit comments