·testing
</>

testing

tursodatabase/turso

Cómo escribir pruebas, cuándo utilizar cada tipo de prueba y cómo ejecutarlas. Contiene información sobre la conversión de `.test` a `.sqltest` y cómo escribir `.sqltest` y pruebas de oxidación.

271Instalaciones·5Tendencia·@tursodatabase

Instalación

$npx skills add https://github.com/tursodatabase/turso --skill testing

SKILL.md

| .sqltest | turso-test-runner/tests/ | SQL compatibility. Preferred for new tests | | TCL .test | testing/ | Legacy SQL compat (being phased out) | | Rust integration | tests/integration/ | Regression tests, complex scenarios | | Fuzz | tests/fuzz/ | Complex features, edge case discovery |

Note: TCL tests are being phased out in favor of turso-test-runner. The .sqltest format allows the same test cases to run against multiple backends (CLI, Rust bindings, etc.).

You must start converting TCL tests with the convert command from the test runner (e.g cargo run -- convert -o ). It is not always accurate, but it will convert most of the tests. If some conversion emits a warning you will have to write by hand whatever is missing from it (e.g unroll a for each loop by hand). Then you need to verify the tests work by running them with make -C turso-test-runner run-rust, and adjus...

Ver original

Datos (listos para citar)

Campos y comandos estables para citas de IA/búsqueda.

Comando de instalación
npx skills add https://github.com/tursodatabase/turso --skill testing
Categoría
</>Desarrollo
Verificado
Primera vez visto
2026-02-01
Actualizado
2026-02-18

Respuestas rápidas

¿Qué es testing?

Cómo escribir pruebas, cuándo utilizar cada tipo de prueba y cómo ejecutarlas. Contiene información sobre la conversión de `.test` a `.sqltest` y cómo escribir `.sqltest` y pruebas de oxidación. Fuente: tursodatabase/turso.

¿Cómo instalo testing?

Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/tursodatabase/turso --skill testing Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code o Cursor

¿Dónde está el repositorio de origen?

https://github.com/tursodatabase/turso