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

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

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

coveragepy/coveragepy

0
View on GitHub↗
3,386 星标·496 分支·Python·Apache-2.0·7 次浏览coverage.readthedocs.io↗

Coveragepy

The code coverage tool for Python

Features

  • Mocking and Fixtures - Measures code execution coverage.
  • Python Packages - Code coverage measurement.
  • Testing Tools - Listed in the “Testing Tools” section of the Awesome Python awesome list.

Star 历史

coveragepy/coveragepy 的 Star 历史图表coveragepy/coveragepy 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Coveragepy 的开源替代方案

相似的开源项目,按与 Coveragepy 的功能重合度排序。
  • joke2k/fakerjoke2k 的头像

    joke2k/faker

    19,278在 GitHub 上查看↗

    Faker is a Python library designed to generate realistic synthetic data for software testing, database prototyping, and privacy-preserving anonymization. It provides a comprehensive suite of tools to create diverse information types, including personal identities, financial records, geographic locations, and technical system metadata, allowing developers to populate environments with mock data that mimics real-world structures. The library is built on a modular provider architecture that supports dynamic method dispatch, enabling users to extend functionality by registering custom data genera

    Pythondatasetfakefake-data
    在 GitHub 上查看↗19,278
  • kevin1024/vcrpykevin1024 的头像

    kevin1024/vcrpy

    2,969在 GitHub 上查看↗

    Automatically mock your HTTP interactions to simplify and speed up testing

    Pythonhttpmockingpython
    在 GitHub 上查看↗2,969
  • getsentry/responsesgetsentry 的头像

    getsentry/responses

    4,350在 GitHub 上查看↗

    Responses is a Python mocking library designed to intercept outgoing HTTP calls made with the Requests library to return predefined simulated responses. It functions as a request verification framework and a network simulation tool, allowing for the verification of application behavior against various API response patterns without making real network calls. The project distinguishes itself through a traffic recorder that captures real network interactions and saves them to files for deterministic replay. It further enables the simulation of complex network scenarios, including the triggering

    Pythontag-production
    在 GitHub 上查看↗4,350
  • litestar-org/polyfactorylitestar-org 的头像

    litestar-org/polyfactory

    1,412在 GitHub 上查看↗
    Pythonbeaniedataclasseshacktoberfest
    在 GitHub 上查看↗1,412
查看 Coveragepy 的所有 30 个替代方案→

常见问题解答

coveragepy/coveragepy 是做什么的?

The code coverage tool for Python

coveragepy/coveragepy 的主要功能有哪些?

coveragepy/coveragepy 的主要功能包括:Mocking and Fixtures, Python Packages, Testing Tools。

coveragepy/coveragepy 有哪些开源替代品?

coveragepy/coveragepy 的开源替代品包括: joke2k/faker — Faker is a Python library designed to generate realistic synthetic data for software testing, database prototyping,… lk-geimfari/mimesis — Mimesis is a Python synthetic data generator used to create realistic fake datasets and mock data for software testing… getsentry/responses — Responses is a Python mocking library designed to intercept outgoing HTTP calls made with the Requests library to… kevin1024/vcrpy — Automatically mock your HTTP interactions to simplify and speed up testing. litestar-org/polyfactory. lundberg/respx — Mock HTTPX with awesome request patterns and response side effects 🦋.