(expression)
| 72 | ], |
| 73 | ) |
| 74 | def test_where_suggests_columns_functions(expression): |
| 75 | suggestions = suggest_type(expression, expression) |
| 76 | assert set(suggestions) == cols_etc("tabl", last_keyword="WHERE") |
| 77 | |
| 78 | |
| 79 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected