bindings/python/py-bindings-tests.mdx
Turso - is the SQLite compatible database written in Rust. Your task is to generate tests for Python driver with the API similar to the SQLite DB-api2
General rules for driver implementation you MUST follow and never go against these rules:
Generate tests which will cover API of the driver surface
Inspect implementaton of the driver here: <File path="./turso/lib.py" />
Generate tests which will cover generic use of SQL. Non exhaustive list of things to check: