awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lundberg avatar

lundberg/respx

0
View on GitHub↗
806 Stars·57 Forks·Python·BSD-3-Clause·3 Aufrufelundberg.github.io/respx↗

Respx

Mock HTTPX with awesome request patterns and response side effects 🦋

Features

  • Mocking and Fixtures - Mocking library for HTTPX with request patterns.
  • Testing Tools - Listed in the “Testing Tools” section of the Awesome Python awesome list.

Star-Verlauf

Star-Verlauf für lundberg/respxStar-Verlauf für lundberg/respx

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Respx

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Respx.
  • getsentry/responsesAvatar von getsentry

    getsentry/responses

    4,350Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,350
  • joke2k/fakerAvatar von joke2k

    joke2k/faker

    19,278Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗19,278
  • coveragepy/coveragepyAvatar von coveragepy

    coveragepy/coveragepy

    3,386Auf GitHub ansehen↗

    The code coverage tool for Python

    Python
    Auf GitHub ansehen↗3,386
  • kevin1024/vcrpyAvatar von kevin1024

    kevin1024/vcrpy

    2,969Auf GitHub ansehen↗

    Automatically mock your HTTP interactions to simplify and speed up testing

    Pythonhttpmockingpython
    Auf GitHub ansehen↗2,969
Alle 30 Alternativen zu Respx anzeigen→

Häufig gestellte Fragen

Was macht lundberg/respx?

Mock HTTPX with awesome request patterns and response side effects 🦋

Was sind die Hauptfunktionen von lundberg/respx?

Die Hauptfunktionen von lundberg/respx sind: Mocking and Fixtures, Testing Tools.

Welche Open-Source-Alternativen gibt es zu lundberg/respx?

Open-Source-Alternativen zu lundberg/respx sind unter anderem: joke2k/faker — Faker is a Python library designed to generate realistic synthetic data for software testing, database prototyping,… litestar-org/polyfactory. coveragepy/coveragepy — The code coverage tool for Python. 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. lk-geimfari/mimesis — Mimesis is a Python synthetic data generator used to create realistic fake datasets and mock data for software testing…