(sql, dbname, is_dropping)
| 504 | ], |
| 505 | ) |
| 506 | def test_is_dropping_database(sql, dbname, is_dropping): |
| 507 | assert is_dropping_database(sql, dbname) == is_dropping |
| 508 | |
| 509 | |
| 510 | def test_is_dropping_database_skips_statements_without_enough_keywords(): |
nothing calls this directly
no test coverage detected