ما هي mutation-test؟
قم بتشغيل اختبار الطفرات للتحقق من صحة جودة الاختبار بما يتجاوز تغطية التعليمات البرمجية. يُستخدم عند تقييم فعالية الاختبار، أو العثور على اختبارات ضعيفة، أو التحقق من جودة مجموعة الاختبار. المصدر: jmagly/ai-writing-guide.
قم بتشغيل اختبار الطفرات للتحقق من صحة جودة الاختبار بما يتجاوز تغطية التعليمات البرمجية. يُستخدم عند تقييم فعالية الاختبار، أو العثور على اختبارات ضعيفة، أو التحقق من جودة مجموعة الاختبار.
ثبّت مهارة الذكاء الاصطناعي mutation-test بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: jmagly/ai-writing-guide.
Run mutation testing to measure test suite effectiveness. Mutation testing introduces small changes (mutants) to code and checks if tests catch them. High coverage with low mutation score indicates weak tests.
| Mutation Testing Theory | IEEE TSE (2019) | Papadakis et al. "Mutation Testing Advances" | | ICST Mutation Workshop | IEEE Annual | Mutation 2024 | | Stryker Mutator | Industry Tool | stryker-mutator.io | | PITest | Java Tool | pitest.org | | mutmut | Python Tool | github.com/boxed/mutmut |
| "Run mutation testing" | Execute mutation analysis | | "Check if my tests are effective" | Run mutation + analyze | | "Validate test quality" | Mutation score report | | "Are my tests catching real bugs?" | Mutation analysis | | "Find weak tests" | Identify low-score tests | | "Why did this bug escape tests?" | Mutation analysis on module |
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/jmagly/ai-writing-guide --skill mutation-testقم بتشغيل اختبار الطفرات للتحقق من صحة جودة الاختبار بما يتجاوز تغطية التعليمات البرمجية. يُستخدم عند تقييم فعالية الاختبار، أو العثور على اختبارات ضعيفة، أو التحقق من جودة مجموعة الاختبار. المصدر: jmagly/ai-writing-guide.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/jmagly/ai-writing-guide --skill mutation-test بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/jmagly/ai-writing-guide