·testing

كيفية كتابة الاختبارات ومتى نستخدم كل نوع من الاختبارات وكيفية إجرائها. يحتوي على معلومات حول تحويل `.test` إلى `.sqltest`، وكيفية كتابة `.sqltest` واختبارات الصدأ

333التثبيتات·2الرائج·@tursodatabase

التثبيت

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

كيفية تثبيت testing

ثبّت مهارة الذكاء الاصطناعي testing بسرعة في بيئة التطوير لديك عبر سطر الأوامر

  1. افتح الطرفية: افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal
  2. نفّذ أمر التثبيت: انسخ ونفّذ هذا الأمر: npx skills add https://github.com/tursodatabase/turso --skill testing
  3. تحقق من التثبيت: بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw

المصدر: 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
الفئة
</>أدوات التطوير
موثق
أول ظهور
2026-02-01
آخر تحديث
2026-03-10

Browse more skills from tursodatabase/turso

إجابات سريعة

ما هي testing؟

كيفية كتابة الاختبارات ومتى نستخدم كل نوع من الاختبارات وكيفية إجرائها. يحتوي على معلومات حول تحويل `.test` إلى `.sqltest`، وكيفية كتابة `.sqltest` واختبارات الصدأ المصدر: tursodatabase/turso.

كيف أثبّت testing؟

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

أين مستودع المصدر؟

https://github.com/tursodatabase/turso

التفاصيل

الفئة
</>أدوات التطوير
المصدر
skills.sh
أول ظهور
2026-02-01