remove experimental_flag from script + remove -q flag default flag from TestTursoShell

This commit is contained in:
pedrocarlo
2025-07-07 14:04:31 -03:00
parent 341f963a8e
commit 81f80edd4a
6 changed files with 15 additions and 8 deletions

View File

@@ -275,7 +275,7 @@ def test_insert_default_values():
def test_uri_readonly():
turso = TestTursoShell(flags="-q file:testing/testing_small.db?mode=ro", init_commands="")
turso = TestTursoShell(flags="file:testing/testing_small.db?mode=ro", init_commands="")
turso.run_test("read-only-uri-reads-work", "SELECT COUNT(*) FROM demo;", "5")
turso.run_test_fn(
"INSERT INTO demo (id, value) values (6, 'demo');",