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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
Β© 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·4 viewslundberg.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 history

Star history chart for lundberg/respxStar history chart for lundberg/respx

AI search

Explore more awesome repositories

Describe what you need in plain English β€” the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Respx

Similar open-source projects, ranked by how many features they share with Respx.
  • getsentry/responsesgetsentry avatar

    getsentry/responses

    4,350View on 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
    View on GitHub↗4,350
  • joke2k/fakerjoke2k avatar

    joke2k/faker

    19,278View on 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
    View on GitHub↗19,278
  • coveragepy/coveragepycoveragepy avatar

    coveragepy/coveragepy

    3,386View on GitHub↗

    The code coverage tool for Python

    Python
    View on GitHub↗3,386
  • kevin1024/vcrpykevin1024 avatar

    kevin1024/vcrpy

    2,969View on GitHub↗

    Automatically mock your HTTP interactions to simplify and speed up testing

    Pythonhttpmockingpython
    View on GitHub↗2,969
See all 30 alternatives to Respx→

Frequently asked questions

What does lundberg/respx do?

Mock HTTPX with awesome request patterns and response side effects πŸ¦‹

What are the main features of lundberg/respx?

The main features of lundberg/respx are: Mocking and Fixtures, Testing Tools.

What are some open-source alternatives to lundberg/respx?

Open-source alternatives to lundberg/respx include: 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…