()
| 11 | |
| 12 | |
| 13 | def test_confirm_destructive_query_with_alias(): |
| 14 | stdin = click.get_text_stream("stdin") |
| 15 | if not stdin.isatty(): |
| 16 | sql = "drop database foo;" |
| 17 | assert confirm_destructive_query(sql, ["drop"], "test") is None |
nothing calls this directly
no test coverage detected