(identifier, schema, table, alias, expected)
| 1068 | ], |
| 1069 | ) |
| 1070 | def test_identifies(identifier, schema, table, alias, expected): |
| 1071 | assert identifies(identifier, schema, table, alias) is expected |
| 1072 | |
| 1073 | |
| 1074 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected