Skip to content

Commit 602cd3f

Browse files
committed
Need to retain this.
1 parent db554de commit 602cd3f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test_db_util.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@ def test_create_database_sqlite_file_already_exists(self, tmp_path):
259259
create_database(uri)
260260
assert db_file.exists()
261261

262+
# Cleanup
263+
db_file.unlink()
264+
262265
def test_create_database_unsupported_scheme(self):
263266
"""Test that unsupported schemes raise ValueError."""
264267
uri = "mysql://user:pass@localhost/db"

0 commit comments

Comments
 (0)