Routetest_nested_typespytest.mark.parametrize(
["input", "output"],
[
("select LIST_VALUE(1, 2)", "[1, 2]"),
tools/shell/tests/test_shell_basics.py:None
Routetest_safe_mode_commandpytest.mark.parametrize("command", [".sh ls", ".cd ..", ".log file", ".import file.csv tbl", ".open new_file",
tools/shell/tests/test_safe_mode.py:None
Routetest_safe_mode_database_commandspytest.mark.parametrize("command", [".sh ls", ".cd ..", ".log file", ".import file.csv tbl", ".open new_file",
tools/shell/tests/test_safe_mode.py:None