Skip to content

Commit 219117e

Browse files
committed
py: add some illegal argument tests for supported grammar and table functions
Signed-off-by: rivudhk <rivudhkr@gmail.com>
1 parent 2b5859d commit 219117e

2 files changed

Lines changed: 433 additions & 0 deletions

File tree

python/tests/runtime_aggtest/illarg_tests/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from test_cmp_operators import * # noqa: F403
1414
from test_window_agg import * # noqa: F403
1515
from test_cast import * # noqa: F403
16+
from test_grammar_tbl_fn import * # noqa: F403
1617
from test_illegal_tbl import * # noqa: F403
1718

1819

0 commit comments

Comments
 (0)