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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to kinbiko/jsonassert

Open-source alternatives to Jsonassert

30 open-source projects similar to kinbiko/jsonassert, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Jsonassert alternative.

  • maxatome/go-testdeepM

    maxatome/go-testdeep

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • vcaesar/ttV

    vcaesar/tt

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • h2non/balooH

    h2non/baloo

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • khaiql/dbcleanerK

    khaiql/dbcleaner

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • posener/wstestP

    posener/wstest

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • tvastar/testT

    tvastar/test

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • dnaeon/go-vcrAvatar von dnaeon

    dnaeon/go-vcr

    1,388Auf GitHub ansehen↗

    Record and replay your HTTP interactions for fast, deterministic and accurate tests

    Gogogolangtesting
    Auf GitHub ansehen↗1,388
  • gotestyourself/gotest.toolsG

    gotestyourself/gotest.tools

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • h2non/gockAvatar von h2non

    h2non/gock

    2,216Auf GitHub ansehen↗

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

    Goapiassertionsexpectations
    Auf GitHub ansehen↗2,216
  • jfilipczyk/gomatchJ

    jfilipczyk/gomatch

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • go-testfixtures/testfixturesAvatar von go-testfixtures

    go-testfixtures/testfixtures

    1,233Auf GitHub ansehen↗

    Ruby on Rails like test fixtures for Go. Write tests against a real database

    Godatabasefixturesgo
    Auf GitHub ansehen↗1,233
  • percolate/charlatanP

    percolate/charlatan

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • stesla/gospecifyS

    stesla/gospecify

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • suzuki-shunsuke/fluteS

    suzuki-shunsuke/flute

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • appleboy/gofightA

    appleboy/gofight

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • bradleyjkemp/cupaloyB

    bradleyjkemp/cupaloy

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • golang/mockAvatar von golang

    golang/mock

    9,361Auf GitHub ansehen↗

    GoMock is a mocking framework for the Go programming language.

    Go
    Auf GitHub ansehen↗9,361
  • google/go-cmpAvatar von google

    google/go-cmp

    4,651Auf GitHub ansehen↗

    go-cmp is a value comparison library for Go designed for use in test suites. It functions as a recursive data differ and assertion tool that determines if two complex data structures are semantically equal rather than relying on strict bitwise equality. The library provides a framework for defining specialized comparison logic, allowing users to register custom equality overrides for specific types. It includes mechanisms to manage how unexported fields are handled during traversal to prevent runtime panics during deep equality checks. The system utilizes reflection-based value traversal to

    Goequalitygotesting
    Auf GitHub ansehen↗4,651
  • adamluzsi/testcaseA

    adamluzsi/testcase

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • data-dog/godogD

    DATA-DOG/godog

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • jarcoal/httpmockAvatar von jarcoal

    jarcoal/httpmock

    2,077Auf GitHub ansehen↗

    HTTP mocking for Golang

    Go
    Auf GitHub ansehen↗2,077
  • data-dog/go-sqlmockAvatar von DATA-DOG

    DATA-DOG/go-sqlmock

    6,525Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,525
  • franela/goblinAvatar von franela

    franela/goblin

    890Auf GitHub ansehen↗

    Minimal and Beautiful Go testing framework

    Go
    Auf GitHub ansehen↗890
  • dvyukov/go-fuzzAvatar von dvyukov

    dvyukov/go-fuzz

    4,853Auf GitHub ansehen↗

    go-fuzz is a coverage-guided randomized testing tool for identifying crashes and logic bugs in Go code. It consists of a fuzzer that evolves random inputs based on code execution paths, an instrumentation tool that produces binaries for tracking coverage, and a seed corpus manager. The tool utilizes compile-time binary instrumentation to monitor branch coverage and employs a feedback-driven mutation loop to prioritize inputs that reach new sections of the codebase. It includes capabilities for comparative differential testing to identify logic errors by executing different implementations of

    Go
    Auf GitHub ansehen↗4,853
  • msoap/go-carpetM

    msoap/go-carpet

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • orfjackal/gospecO

    orfjackal/gospec

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • gavv/httpexpectAvatar von gavv

    gavv/httpexpect

    2,721Auf GitHub ansehen↗

    End-to-end HTTP and REST API testing for Go.

    Goassertionshttpjson
    Auf GitHub ansehen↗2,721
  • smartystreets/goconveyAvatar von smartystreets

    smartystreets/goconvey

    8,415Auf GitHub ansehen↗

    GoConvey is a behavioral testing framework for the Go programming language that provides a test runner, a code coverage tool, and a web-based monitoring dashboard. It integrates with the standard Go test command to organize tests into behavioral stories and conveyors. The project features a web interface that monitors the file system for source code changes and automatically triggers test execution to provide real-time feedback. This dashboard displays test results, failures, and a chronological history of execution status. The framework includes a state assertion system for verifying values

    Go
    Auf GitHub ansehen↗8,415
  • stretchr/testifyAvatar von stretchr

    stretchr/testify

    25,861Auf GitHub ansehen↗

    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

    Goassertionsgogolang
    Auf GitHub ansehen↗25,861
  • verdverm/frisbyV

    verdverm/frisby

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0