awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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·4 مشاهدات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.

سجل النجوم

مخطط تاريخ النجوم لـ coveragepy/coveragepyمخطط تاريخ النجوم لـ coveragepy/coveragepy

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Coveragepy

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Coveragepy.
  • joke2k/fakerالصورة الرمزية لـ joke2k

    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/vcrpyالصورة الرمزية لـ kevin1024

    kevin1024/vcrpy

    2,969عرض على GitHub↗

    Automatically mock your HTTP interactions to simplify and speed up testing

    Pythonhttpmockingpython
    عرض على GitHub↗2,969
  • getsentry/responsesالصورة الرمزية لـ getsentry

    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/polyfactoryالصورة الرمزية لـ litestar-org

    litestar-org/polyfactory

    1,412عرض على GitHub↗
    Pythonbeaniedataclasseshacktoberfest
    عرض على GitHub↗1,412
عرض جميع البدائل الـ 30 لـ Coveragepy→

الأسئلة الشائعة

ما هي وظيفة 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 🦋.