awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Outils d'assertion et de mocking pour les tests en Go

Classement mis à jour le 30 juin 2026

Collection de bibliothèques pour écrire des tests unitaires, gérer les assertions et créer des objets mock en Go.

Outils d'assertion et de mocking pour les tests en Go

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • stretchr/testifyAvatar de stretchr

    stretchr/testify

    25,861Voir sur 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
    Voir sur GitHub↗25,861

Related searches

  • a testing framework for Go applications
  • une bibliothèque de mocking pour simuler des requêtes HTTP dans les tests
  • a testing framework for Swift applications
  • a unit testing framework for C++
  • a unit testing framework for C#
  • un framework de test unitaire pour JavaScript avec snapshots
  • un framework de test pour Python avec gestion des fixtures
  • a data validation library for Go