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 093e812 commit 6dde130Copy full SHA for 6dde130
tests/test_suite.py
@@ -238,6 +238,7 @@ def test_params(provider):
238
res = cur.execute("SELECT * FROM users")
239
assert (1, "alice@example.com") == res.fetchone()
240
241
+@pytest.mark.parametrize("provider", ["libsql", "sqlite"])
242
def test_none_param(provider):
243
conn = connect(provider, ":memory:")
244
cur = conn.cursor()
0 commit comments