awesome-repositories.comالتصنيفاتالمدونة
MCP
awesome-repositories.com

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

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

Open-source alternatives to Respx

30 open-source projects similar to lundberg/respx, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Respx alternative.

  • 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
  • coveragepy/coveragepyالصورة الرمزية لـ coveragepy

    coveragepy/coveragepy

    3,386عرض على GitHub↗

    The code coverage tool for Python

    Python
    عرض على GitHub↗3,386
  • 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
  • litestar-org/polyfactoryالصورة الرمزية لـ litestar-org

    litestar-org/polyfactory

    1,412عرض على GitHub↗
    Pythonbeaniedataclasseshacktoberfest
    عرض على GitHub↗1,412

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

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

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

Find more with AI search
  • 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
  • lk-geimfari/mimesisالصورة الرمزية لـ lk-geimfari

    lk-geimfari/mimesis

    4,818عرض على GitHub↗

    Mimesis is a Python synthetic data generator used to create realistic fake datasets and mock data for software testing and development. It functions as a schema-based dataset generator capable of producing structured records and relational datasets, while also serving as a production data anonymizer to replace sensitive information with synthetic values. The library distinguishes itself through comprehensive multilingual support, allowing for the generation of locale-specific information to simulate regional user profiles. It ensures reproducibility through deterministic data generation using

    Pythondatadataframedatascience
    عرض على GitHub↗4,818
  • kevin1024/vcrpyالصورة الرمزية لـ kevin1024

    kevin1024/vcrpy

    2,969عرض على GitHub↗

    Automatically mock your HTTP interactions to simplify and speed up testing

    Pythonhttpmockingpython
    عرض على GitHub↗2,969
  • 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
  • andythigpen/nvim-coverageالصورة الرمزية لـ andythigpen

    andythigpen/nvim-coverage

    434عرض على GitHub↗

    Displays test coverage data in the sign column

    Lua
    عرض على GitHub↗434
  • avh4/elm-program-testالصورة الرمزية لـ avh4

    avh4/elm-program-test

    95عرض على GitHub↗

    Test Elm programs

    Elm
    عرض على GitHub↗95
  • aliesbelik/awesome-jmeterالصورة الرمزية لـ aliesbelik

    aliesbelik/awesome-jmeter

    790عرض على GitHub↗

    A collection of resources covering different aspects of JMeter usage.

    HTMLapache-jmeterawesomeawesome-list
    عرض على GitHub↗790
  • badisi/wdio-harnessالصورة الرمزية لـ badisi

    badisi/wdio-harness

    6عرض على GitHub↗

    🔬 WebdriverIO support for Angular component test harnesses

    TypeScript
    عرض على GitHub↗6
  • bats-core/bats-coreالصورة الرمزية لـ bats-core

    bats-core/bats-core

    6,115عرض على GitHub↗

    BATS is a testing framework and automation tool for shell scripts and Unix programs. It functions as a test runner that validates the behavior of shell scripts by verifying command success and exit codes through automated test suites. The framework provides a compatible interface for the Test Anything Protocol, allowing it to export results for integration with external reporting tools and build pipelines. It also supports the use of container images to ensure consistent execution of test suites across different operating systems. The system manages the automated execution of test cases, inc

    Shell
    عرض على GitHub↗6,115
  • bgotink/ngx-playwrightالصورة الرمزية لـ bgotink

    bgotink/ngx-playwright

    28عرض على GitHub↗

    Tools to run playwright e2e tests in an angular workspace

    JavaScript
    عرض على GitHub↗28
  • airbnb/enzymeالصورة الرمزية لـ airbnb

    airbnb/enzyme

    19,831عرض على GitHub↗

    Enzyme is a JavaScript component testing utility and test suite used to verify the behavior and rendered output of user interface components. It provides tools for simulating user interactions, updating component properties, and asserting that the resulting interface state matches expected outcomes. The project utilizes a pluggable adapter system to connect different user interface frameworks, allowing for consistent testing patterns across various libraries and versions. This architecture enables the verification of components across multiple UI library versions and different test runners.

    JavaScript
    عرض على GitHub↗19,831
  • augustogoulart/awesome-pytestالصورة الرمزية لـ augustogoulart

    augustogoulart/awesome-pytest

    554عرض على GitHub↗
    awesomedigitaloceanhacktoberfest
    عرض على GitHub↗554
  • christian-bromann/awesome-seleniumالصورة الرمزية لـ christian-bromann

    christian-bromann/awesome-selenium

    1,131عرض على GitHub↗

    A curated list of delightful Selenium resources.

    awesomeawesome-listlist
    عرض على GitHub↗1,131
  • asweigart/pyautoguiالصورة الرمزية لـ asweigart

    asweigart/pyautogui

    12,564عرض على GitHub↗

    PyAutoGUI is a Python GUI automation library and desktop automation framework. It provides a set of tools for programmatically controlling the mouse and keyboard to automate user interface interactions across different operating systems. The project functions as a cross-platform input simulator and computer vision screen scanner. It enables the simulation of keystrokes and cursor movements to perform repetitive tasks and utilizes screen analysis to locate specific images or pixel colors on the display. Its capability surface includes mouse and keyboard input simulation, screen image capture,

    Python
    عرض على GitHub↗12,564
  • aliesbelik/awesome-gatlingالصورة الرمزية لـ aliesbelik

    aliesbelik/awesome-gatling

    80عرض على GitHub↗

    A collection of resources covering different aspects of Gatling load testing tool usage.

    awesomeawesome-gatlingawesome-list
    عرض على GitHub↗80
  • cleder/awesome-python-testingالصورة الرمزية لـ cleder

    cleder/awesome-python-testing

    295عرض على GitHub↗

    Collection of awesome 😎️ Python resources for testing

    awesomeawesome-listhacktoberfest
    عرض على GitHub↗295
  • cobraframework/pytest-cobraالصورة الرمزية لـ cobraframework

    cobraframework/pytest-cobra

    27عرض على GitHub↗

    PyTest plugin for testing smart contracts for Ethereum blockchain.

    Python
    عرض على GitHub↗27
  • coderabbitai/awesome-coderabbitالصورة الرمزية لـ coderabbitai

    coderabbitai/awesome-coderabbit

    397عرض على GitHub↗

    Official awesome-list of CodeRabbit Starters & Resources ⚡️

    aiawesomeawesome-list
    عرض على GitHub↗397
  • conorhastings/redux-test-recorderالصورة الرمزية لـ conorhastings

    conorhastings/redux-test-recorder

    492عرض على GitHub↗

    a redux middleware to automatically generate tests for reducers through ui interaction

    JavaScript
    عرض على GitHub↗492
  • bruderstein/unexpected-reactالصورة الرمزية لـ bruderstein

    bruderstein/unexpected-react

    185عرض على GitHub↗

    Plugin for http://unexpected.js.org to enable testing the full React virtual DOM, and also the shallow renderer

    JavaScript
    عرض على GitHub↗185
  • cyrus-and/gdb-dashboardالصورة الرمزية لـ cyrus-and

    cyrus-and/gdb-dashboard

    12,214عرض على GitHub↗

    gdb-dashboard is a visual frontend and Python-based extension for GDB. It provides a modular dashboard that enables real-time visualization of program state during debugging sessions. The project replaces manual command-line interaction with a structured visual interface. It utilizes syntax highlighting for program state data to improve readability and analysis during the debugging process. The system focuses on C and C++ debugging, automating the monitoring of program memory and execution state through a text-based user interface. It achieves this by integrating with GDB APIs to retrieve sy

    Python
    عرض على GitHub↗12,214
  • dapphub/dapptoolsالصورة الرمزية لـ dapphub

    dapphub/dapptools

    2,125عرض على GitHub↗

    Dapp, Seth, Hevm, and more

    Haskell
    عرض على GitHub↗2,125
  • david-kunz/jesterالصورة الرمزية لـ David-Kunz

    David-Kunz/jester

    213عرض على GitHub↗

    A Neovim plugin to easily run and debug Jest tests

    Lua
    عرض على GitHub↗213
  • davidfritzsche/pytest-mypy-testingالصورة الرمزية لـ davidfritzsche

    davidfritzsche/pytest-mypy-testing

    34عرض على GitHub↗

    SPDX-FileCopyrightText: David Fritzsche SPDX-License-Identifier: CC0-1.0 -->

    Python
    عرض على GitHub↗34
  • dbader/pytest-mypyالصورة الرمزية لـ dbader

    dbader/pytest-mypy

    256عرض على GitHub↗

    pytest-mypy

    Python
    عرض على GitHub↗256
  • brikev/twdالصورة الرمزية لـ BRIKEV

    BRIKEV/twd

    49عرض على GitHub↗

    Frontend tests that run in your real browser, against your real backend. No jsdom, no separate E2E stack.

    TypeScript
    عرض على GitHub↗49