awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
patrys avatar

patrys/httmock

0
View on GitHub↗
472 estrellas·58 forks·Python·1 vista

Httmock

A mocking library for requests

Features

  • Mocking Libraries - Mocking library for HTTP requests.

Historial de estrellas

Gráfico del historial de estrellas de patrys/httmockGráfico del historial de estrellas de patrys/httmock

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Httmock

Proyectos open-source similares, clasificados según cuántas características comparten con Httmock.
  • getsentry/responsesAvatar de getsentry

    getsentry/responses

    4,350Ver en 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
    Ver en GitHub↗4,350
  • kevin1024/vcrpyAvatar de kevin1024

    kevin1024/vcrpy

    2,969Ver en GitHub↗

    Automatically mock your HTTP interactions to simplify and speed up testing

    Pythonhttpmockingpython
    Ver en GitHub↗2,969
  • mindflayer/python-mocketAvatar de mindflayer

    mindflayer/python-mocket

    309Ver en GitHub↗

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

    Pythonaiohttpasynciocoverage
    Ver en GitHub↗309
  • spulec/freezegunAvatar de spulec

    spulec/freezegun

    4,517Ver en 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
    Ver en GitHub↗4,517

Preguntas frecuentes

¿Qué hace patrys/httmock?

A mocking library for requests

¿Cuáles son las características principales de patrys/httmock?

Las características principales de patrys/httmock son: Mocking Libraries.

¿Qué alternativas de código abierto existen para patrys/httmock?

Las alternativas de código abierto para patrys/httmock incluyen: 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. mindflayer/python-mocket — a socket mock framework - for all kinds of socket animals, web-clients included. spulec/freezegun — Freezegun is a Python time mocking library and system clock emulator used to freeze the system clock to a fixed date…