awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
A

adamluzsi/testcase

0
View on GitHub↗
0 星标·0 分支·7 次浏览

Testcase

Features

  • Testing and QA - Intuitive BDD testing framework.
  • Testing and Quality Assurance - Intuitive BDD testing framework.
  • 测试框架 - Idiomatic BDD testing framework.

Star 历史

adamluzsi/testcase 的 Star 历史图表adamluzsi/testcase 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Testcase 的开源替代方案

相似的开源项目,按与 Testcase 的功能重合度排序。
  • data-dog/go-sqlmockDATA-DOG 的头像

    DATA-DOG/go-sqlmock

    6,525在 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
    在 GitHub 上查看↗6,525
  • appleboy/gofightA

    appleboy/gofight

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • bradleyjkemp/cupaloyB

    bradleyjkemp/cupaloy

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • data-dog/godogD

    DATA-DOG/godog

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
查看 Testcase 的所有 30 个替代方案→

常见问题解答

adamluzsi/testcase 的主要功能有哪些?

adamluzsi/testcase 的主要功能包括:Testing and QA, Testing and Quality Assurance, 测试框架。

adamluzsi/testcase 有哪些开源替代品?

adamluzsi/testcase 的开源替代品包括: data-dog/godog. dnaeon/go-vcr — Record and replay your HTTP interactions for fast, deterministic and accurate tests. appleboy/gofight. data-dog/go-sqlmock — go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through… bradleyjkemp/cupaloy. dvyukov/go-fuzz — go-fuzz is a coverage-guided randomized testing tool for identifying crashes and logic bugs in Go code. It consists of…