awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to viant/endly

Open-source alternatives to Endly

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

  • kinbiko/jsonassertkinbiko avatar

    kinbiko/jsonassert

    141View on GitHub↗

    A Go test assertion library for verifying that two representations of JSON are semantically equal

    Go
    View on GitHub↗141
  • tvastar/testT

    tvastar/test

    0View on GitHub↗
    View on GitHub↗0
  • h2non/balooH

    h2non/baloo

    0View on GitHub↗
    View on GitHub↗0
  • khaiql/dbcleanerK

    khaiql/dbcleaner

    0View on GitHub↗
    View on GitHub↗0
  • percolate/charlatanP

    percolate/charlatan

    0View on GitHub↗
    View on GitHub↗0
  • suzuki-shunsuke/fluteS

    suzuki-shunsuke/flute

    0View on GitHub↗
    View on GitHub↗0
  • dnaeon/go-vcrdnaeon avatar

    dnaeon/go-vcr

    1,388View on GitHub↗

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

    Gogogolangtesting
    View on GitHub↗1,388
  • gotestyourself/gotest.toolsG

    gotestyourself/gotest.tools

    0View on GitHub↗
    View on GitHub↗0

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • h2non/gockh2non avatar

    h2non/gock

    2,216View on GitHub↗

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

    Goapiassertionsexpectations
    View on GitHub↗2,216
  • jfilipczyk/gomatchJ

    jfilipczyk/gomatch

    0View on GitHub↗
    View on GitHub↗0
  • go-testfixtures/testfixturesgo-testfixtures avatar

    go-testfixtures/testfixtures

    1,233View on GitHub↗

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

    Godatabasefixturesgo
    View on GitHub↗1,233
  • orfjackal/gospecO

    orfjackal/gospec

    0View on GitHub↗
    View on GitHub↗0
  • smartystreets/goconveysmartystreets avatar

    smartystreets/goconvey

    8,415View on GitHub↗

    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
    View on GitHub↗8,415
  • stretchr/testifystretchr avatar

    stretchr/testify

    25,861View on 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

    Goassertionsgogolang
    View on GitHub↗25,861
  • appleboy/gofightA

    appleboy/gofight

    0View on GitHub↗
    View on GitHub↗0
  • bradleyjkemp/cupaloyB

    bradleyjkemp/cupaloy

    0View on GitHub↗
    View on GitHub↗0
  • golang/mockgolang avatar

    golang/mock

    9,361View on GitHub↗

    GoMock is a mocking framework for the Go programming language.

    Go
    View on GitHub↗9,361
  • google/go-cmpgoogle avatar

    google/go-cmp

    4,651View on GitHub↗

    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
    View on GitHub↗4,651
  • adamluzsi/testcaseA

    adamluzsi/testcase

    0View on GitHub↗
    View on GitHub↗0
  • data-dog/godogD

    DATA-DOG/godog

    0View on GitHub↗
    View on GitHub↗0
  • jarcoal/httpmockjarcoal avatar

    jarcoal/httpmock

    2,077View on GitHub↗

    HTTP mocking for Golang

    Go
    View on GitHub↗2,077
  • data-dog/go-sqlmockDATA-DOG avatar

    DATA-DOG/go-sqlmock

    6,525View on 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
    View on GitHub↗6,525
  • franela/goblinfranela avatar

    franela/goblin

    890View on GitHub↗

    Minimal and Beautiful Go testing framework

    Go
    View on GitHub↗890
  • dvyukov/go-fuzzdvyukov avatar

    dvyukov/go-fuzz

    4,853View on GitHub↗

    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
    View on GitHub↗4,853
  • maxatome/go-testdeepM

    maxatome/go-testdeep

    0View on GitHub↗
    View on GitHub↗0
  • msoap/go-carpetM

    msoap/go-carpet

    0View on GitHub↗
    View on GitHub↗0
  • gavv/httpexpectgavv avatar

    gavv/httpexpect

    2,721View on GitHub↗

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

    Goassertionshttpjson
    View on GitHub↗2,721
  • posener/wstestP

    posener/wstest

    0View on GitHub↗
    View on GitHub↗0
  • stesla/gospecifyS

    stesla/gospecify

    0View on GitHub↗
    View on GitHub↗0
  • vcaesar/ttV

    vcaesar/tt

    0View on GitHub↗
    View on GitHub↗0