·testing
</>

testing

tursodatabase/turso

Wie man Tests schreibt, wann man welche Testtypen verwendet und wie man sie ausführt. Enthält Informationen zur Konvertierung von „.test“ in „.sqltest“ und zum Schreiben von „.sqltest“ und Rust-Tests

271Installationen·5Trend·@tursodatabase

Installation

$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...

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/tursodatabase/turso --skill testing
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist testing?

Wie man Tests schreibt, wann man welche Testtypen verwendet und wie man sie ausführt. Enthält Informationen zur Konvertierung von „.test“ in „.sqltest“ und zum Schreiben von „.sqltest“ und Rust-Tests Quelle: tursodatabase/turso.

Wie installiere ich testing?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/tursodatabase/turso --skill testing Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/tursodatabase/turso