We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb03989 commit 4e4a932Copy full SHA for 4e4a932
test/test_simplesqlite.py
@@ -86,7 +86,7 @@ def test_normal_connect_kwargs(self, tmpdir):
86
p = tmpdir.join("test.sqlite3")
87
db_path = str(p)
88
con = SimpleSQLite(db_path, timeout=10)
89
- assert con.database_path is None
+ assert con.database_path == db_path
90
assert con.connection
91
92
@pytest.mark.parametrize(
0 commit comments