awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

مكتبات التأكيدات (Assertions) والمحاكاة (Mocking) لـ Go

تم تحديث الترتيب في 30 يونيو 2026

مجموعة من المكتبات لكتابة اختبارات الوحدة، وإدارة تأكيدات الاختبار، وإنشاء كائنات وهمية (Mock Objects) في Go.

مكتبات التأكيدات (Assertions) والمحاكاة (Mocking) لـ Go

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • stretchr/testifyالصورة الرمزية لـ stretchr

    stretchr/testify

    25,861عرض على GitHub↗

    Testify is a comprehensive testing toolkit for Go that provides a suite of assertion libraries and mocking frameworks to validate code behavior. It enables developers to write automated tests by comparing actual results against expected outcomes, ensuring that functional requirements are met throughout the development process. The project distinguishes itself through its flexible failure propagation, which allows tests to either halt execution immediately upon a failed requirement or return boolean results for conditional logic. It includes deep-equality object comparison and JSON normalizati

    stretchr/testify is the de facto standard Go testing library, offering both assertion functions and a mocking framework that integrate seamlessly with go test, which directly matches the need for a simple yet powerful testing toolkit.

    GoMocking Frameworks
    عرض على GitHub↗25,861

Related searches

  • a testing framework for Go applications
  • a mocking library for stubbing HTTP requests in tests
  • a testing framework for Swift applications
  • a unit testing framework for C++
  • a unit testing framework for C#
  • a unit testing framework for JavaScript with snapshots
  • a testing framework for Python with fixtures
  • a data validation library for Go