mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 09:54:31 +02:00
Delete obsolete test_memory_attribute_for_existing_connection test
Refs https://github.com/simonw/sqlite-utils/issues/789#issuecomment-4949146177 Closes #789
This commit is contained in:
parent
0f2d525d06
commit
6531a57863
1 changed files with 0 additions and 7 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