awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Go टेस्टिंग असर्शन और मॉकिंग

रैंकिंग 30 जून 2026 को अपडेट की गई

Go में यूनिट टेस्ट लिखने, टेस्ट असर्शन मैनेज करने और मॉक ऑब्जेक्ट बनाने के लिए लाइब्रेरीज़ का कलेक्शन।

Go टेस्टिंग असर्शन और मॉकिंग

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • stretchr/testifystretchr का अवतार

    stretchr/testify

    25,861GitHub पर देखें↗

    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
  • टेस्ट में HTTP रिक्वेस्ट को स्टब करने के लिए एक मॉकिंग लाइब्रेरी
  • a testing framework for Swift applications
  • a unit testing framework for C++
  • a unit testing framework for C#
  • स्नैपशॉट्स के साथ JavaScript के लिए एक यूनिट टेस्टिंग फ्रेमवर्क
  • फिक्स्चर के साथ Python के लिए एक टेस्टिंग फ्रेमवर्क
  • a data validation library for Go