mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-26 02:44:33 +02:00
Merge branch 'main' into transform-strict
This commit is contained in:
commit
7a01dd94f3
2 changed files with 33 additions and 9 deletions
|
|
@ -111,10 +111,3 @@ def test_memory_attribute_for_file_path(tmpdir):
|
|||
db = Database(str(tmpdir / "file.db"))
|
||||
assert db.memory is False
|
||||
assert db.memory_name is None
|
||||
|
||||
|
||||
def test_memory_attribute_for_existing_connection():
|
||||
conn = sqlite3.connect(":memory:")
|
||||
db = Database(conn)
|
||||
assert db.memory is False
|
||||
assert db.memory_name is None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue