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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kevin1024 avatar

kevin1024/vcrpy

0
View on GitHub↗
2,969 نجوم·426 تفرعات·Python·MIT·3 مشاهدات

Vcrpy

Automatically mock your HTTP interactions to simplify and speed up testing

Features

  • Mocking and Fixtures - Records and replays HTTP interactions for tests.
  • Mocking Libraries - Recording and replaying HTTP interactions in tests.
  • Testing Tools - Listed in the “Testing Tools” section of the Awesome Python awesome list.

سجل النجوم

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

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Vcrpy.
  • mindflayer/python-mocketالصورة الرمزية لـ mindflayer

    mindflayer/python-mocket

    309عرض على GitHub↗

    a socket mock framework - for all kinds of socket animals, web-clients included

    Pythonaiohttpasynciocoverage
    عرض على GitHub↗309
  • spulec/freezegunالصورة الرمزية لـ spulec

    spulec/freezegun

    4,517عرض على GitHub↗

    Freezegun is a Python time mocking library and system clock emulator used to freeze the system clock to a fixed date and time. It serves as a testing utility to ensure that time-dependent logic produces consistent and predictable results during software verification. The library provides an asyncio compatible mock that preserves real monotonic clock values to prevent event loops from hanging while other system time functions remain frozen. It supports simulating the passage of time through manual clock advancement, jumping to designated dates, or using a ticking clock simulation that incremen

    Python
    عرض على GitHub↗4,517
  • 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
  • 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
عرض جميع البدائل الـ 30 لـ Vcrpy→

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

ما هي وظيفة kevin1024/vcrpy؟

Automatically mock your HTTP interactions to simplify and speed up testing

ما هي الميزات الرئيسية لـ kevin1024/vcrpy؟

الميزات الرئيسية لـ kevin1024/vcrpy هي: Mocking and Fixtures, Mocking Libraries, Testing Tools.

ما هي البدائل مفتوحة المصدر لـ kevin1024/vcrpy؟

تشمل البدائل مفتوحة المصدر لـ kevin1024/vcrpy: spulec/freezegun — Freezegun is a Python time mocking library and system clock emulator used to freeze the system clock to a fixed date… getsentry/responses — Responses is a Python mocking library designed to intercept outgoing HTTP calls made with the Requests library to… mindflayer/python-mocket — a socket mock framework - for all kinds of socket animals, web-clients included. lk-geimfari/mimesis — Mimesis is a Python synthetic data generator used to create realistic fake datasets and mock data for software testing… litestar-org/polyfactory. coveragepy/coveragepy — The code coverage tool for Python.