ما هي testing؟
كيفية كتابة الاختبارات ومتى نستخدم كل نوع من الاختبارات وكيفية إجرائها. يحتوي على معلومات حول تحويل `.test` إلى `.sqltest`، وكيفية كتابة `.sqltest` واختبارات الصدأ المصدر: tursodatabase/turso.
كيفية كتابة الاختبارات ومتى نستخدم كل نوع من الاختبارات وكيفية إجرائها. يحتوي على معلومات حول تحويل `.test` إلى `.sqltest`، وكيفية كتابة `.sqltest` واختبارات الصدأ
ثبّت مهارة الذكاء الاصطناعي testing بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: tursodatabase/turso.
| .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...
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/tursodatabase/turso --skill testingكيفية كتابة الاختبارات ومتى نستخدم كل نوع من الاختبارات وكيفية إجرائها. يحتوي على معلومات حول تحويل `.test` إلى `.sqltest`، وكيفية كتابة `.sqltest` واختبارات الصدأ المصدر: tursodatabase/turso.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/tursodatabase/turso --skill testing بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/tursodatabase/turso