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
·
G

gojuno/minimock

0
View on GitHub↗
0 stars·0 forks·2 vues

Minimock

Features

  • Mocking Tools - Mock generator for Go interfaces.
  • Testing and QA - Mock generator.
  • Testing and Quality Assurance - Mock generator.

Historique des stars

Graphique de l'historique des stars pour gojuno/minimockGraphique de l'historique des stars pour gojuno/minimock

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Minimock

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Minimock.
  • data-dog/go-txdbAvatar de DATA-DOG

    DATA-DOG/go-txdb

    752Voir sur GitHub↗

    Immutable transaction isolated sql driver for golang

    Go
    Voir sur GitHub↗752
  • golang/mockAvatar de golang

    golang/mock

    9,361Voir sur GitHub↗

    GoMock is a mocking framework for the Go programming language.

    Go
    Voir sur GitHub↗9,361
  • data-dog/go-sqlmockAvatar de DATA-DOG

    DATA-DOG/go-sqlmock

    6,525Voir sur GitHub↗

    go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through the standard database/sql/driver interface, eliminating the need for a real database connection. It provides a comprehensive mocking framework that allows developers to define expectations for SQL operations, including queries, executions, prepared statements, and transaction lifecycles, with precise control over the results and errors returned. The library distinguishes itself through its flexible matching and verification capabilities. It supports regex-based or exact SQL

    Godatabasegogolang
    Voir sur GitHub↗6,525
  • h2non/gockAvatar de h2non

    h2non/gock

    2,216Voir sur GitHub↗

    HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽

    Goapiassertionsexpectations
    Voir sur GitHub↗2,216
Voir les 30 alternatives à Minimock→

Questions fréquentes

Quelles sont les fonctionnalités principales de gojuno/minimock ?

Les fonctionnalités principales de gojuno/minimock sont : Mocking Tools, Testing and QA, Testing and Quality Assurance.

Quelles sont les alternatives open-source à gojuno/minimock ?

Les alternatives open-source à gojuno/minimock incluent : golang/mock — GoMock is a mocking framework for the Go programming language. jarcoal/httpmock — HTTP mocking for Golang. data-dog/go-sqlmock — go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through… data-dog/go-txdb — Immutable transaction isolated sql driver for golang. h2non/gock — HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽. maxbrunsfeld/counterfeiter — A tool for generating self-contained, type-safe test doubles in go.