awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mindflayer avatar

mindflayer/python-mocket

0
View on GitHub↗
309 stars·51 forks·Python·BSD-3-Clause·2 vues

Python Mocket

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

Features

  • Mocking and Fixtures - Socket-level mocking for network requests.
  • Mocking Libraries - Socket mocking framework with async support.
  • Testing Tools - Listed in the “Testing Tools” section of the Awesome Python awesome list.

Historique des stars

Graphique de l'historique des stars pour mindflayer/python-mocketGraphique de l'historique des stars pour mindflayer/python-mocket

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Python Mocket

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Python Mocket.
  • kevin1024/vcrpyAvatar de kevin1024

    kevin1024/vcrpy

    2,969Voir sur GitHub↗

    Automatically mock your HTTP interactions to simplify and speed up testing

    Pythonhttpmockingpython
    Voir sur GitHub↗2,969
  • spulec/freezegunAvatar de spulec

    spulec/freezegun

    4,517Voir sur 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
    Voir sur GitHub↗4,517
  • getsentry/responsesAvatar de getsentry

    getsentry/responses

    4,350Voir sur 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
    Voir sur GitHub↗4,350
  • joke2k/fakerAvatar de joke2k

    joke2k/faker

    19,278Voir sur 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
    Voir sur GitHub↗19,278
Voir les 30 alternatives à Python Mocket→

Questions fréquentes

Que fait mindflayer/python-mocket ?

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

Quelles sont les fonctionnalités principales de mindflayer/python-mocket ?

Les fonctionnalités principales de mindflayer/python-mocket sont : Mocking and Fixtures, Mocking Libraries, Testing Tools.

Quelles sont les alternatives open-source à mindflayer/python-mocket ?

Les alternatives open-source à mindflayer/python-mocket incluent : kevin1024/vcrpy — Automatically mock your HTTP interactions to simplify and speed up testing. getsentry/responses — Responses is a Python mocking library designed to intercept outgoing HTTP calls made with the Requests library to… spulec/freezegun — Freezegun is a Python time mocking library and system clock emulator used to freeze the system clock to a fixed date… litestar-org/polyfactory. coveragepy/coveragepy — The code coverage tool for Python. joke2k/faker — Faker is a Python library designed to generate realistic synthetic data for software testing, database prototyping,…