Skip to content

Commit d2ac3b3

Browse files
committed
py: add more illegal argument tests
Signed-off-by: rivudhk <rivudhkr@gmail.com>
1 parent 738a720 commit d2ac3b3

9 files changed

Lines changed: 792 additions & 364 deletions

File tree

python/tests/runtime_aggtest/illarg_tests/date_time_fn.py

Lines changed: 0 additions & 352 deletions
This file was deleted.

python/tests/runtime_aggtest/illarg_tests/main.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22

33
from tests.runtime_aggtest.aggtst_base import * # noqa: F403
44
from tests.runtime_aggtest.atest_run import run # noqa: F403
5-
from arr_map_type_fn import * # noqa: F403
6-
from numeric_type_fn import * # noqa: F403
7-
from str_bin_type_fn import * # noqa: F403
8-
from str_unicode_fn import * # noqa: F403
9-
from check_negative_tests import * # noqa: F403
10-
from illegal_tbl import * # noqa: F403
5+
from test_arr_map_type_fn import * # noqa: F403
6+
from test_date_time_fn import * # noqa: F403
7+
from test_numeric_type_fn import * # noqa: F403
8+
from test_str_bin_type_fn import * # noqa: F403
9+
from test_str_unicode_fn import * # noqa: F403
10+
from test_check_negative_tests import * # noqa: F403
11+
from test_illegal_tbl import * # noqa: F403
1112

1213

1314
def main():
14-
run("illarg_tests", "illarg_", ["arr_", "check_", "illegal_", "numeric_", "str_"])
15+
run("illarg_tests", "illarg_")
1516

1617

1718
if __name__ == "__main__":

python/tests/runtime_aggtest/illarg_tests/arr_map_type_fn.py renamed to python/tests/runtime_aggtest/illarg_tests/test_arr_map_type_fn.py

File renamed without changes.

python/tests/runtime_aggtest/illarg_tests/check_negative_tests.py renamed to python/tests/runtime_aggtest/illarg_tests/test_check_negative_tests.py

File renamed without changes.

0 commit comments

Comments
 (0)