fix python test import naming

This commit is contained in:
pedrocarlo
2025-07-02 14:42:14 -03:00
parent 3bd5d4c732
commit c5bed21dff
8 changed files with 40 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
import os
from cli_tests import console
from cli_tests.test_limbo_cli import TestTursoShell
from cli_tests.test_turso_cli import TestTursoShell
sqlite_exec = "./scripts/limbo-sqlite3"
sqlite_flags = os.getenv("SQLITE_FLAGS", "-q").split(" ")
@@ -343,7 +343,7 @@ def test_kv():
def _test_kv(exec_name, ext_path):
console.info(f"Running test_kv for {ext_path}")
console.info(f"Running test_kv for {ext_path} in {exec_name}")
limbo = TestTursoShell(
exec_name=exec_name,