awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to mindflayer/python-mocket

Open-source alternatives to Python Mocket

30 open-source projects similar to mindflayer/python-mocket, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Python Mocket alternative.

  • getsentry/responsesgetsentry का अवतार

    getsentry/responses

    4,350GitHub पर देखें↗

    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
  • spulec/freezegunspulec का अवतार

    spulec/freezegun

    4,517GitHub पर देखें↗

    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
  • kevin1024/vcrpykevin1024 का अवतार

    kevin1024/vcrpy

    2,969GitHub पर देखें↗

    Automatically mock your HTTP interactions to simplify and speed up testing

    Pythonhttpmockingpython
    GitHub पर देखें↗2,969
  • coveragepy/coveragepycoveragepy का अवतार

    coveragepy/coveragepy

    3,386GitHub पर देखें↗

    The code coverage tool for Python

    Python
    GitHub पर देखें↗3,386

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • litestar-org/polyfactorylitestar-org का अवतार

    litestar-org/polyfactory

    1,412GitHub पर देखें↗
    Pythonbeaniedataclasseshacktoberfest
    GitHub पर देखें↗1,412
  • lk-geimfari/mimesislk-geimfari का अवतार

    lk-geimfari/mimesis

    4,818GitHub पर देखें↗

    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
  • lundberg/respxlundberg का अवतार

    lundberg/respx

    806GitHub पर देखें↗

    Mock HTTPX with awesome request patterns and response side effects 🦋

    Pythonhttpxmockpytest
    GitHub पर देखें↗806
  • joke2k/fakerjoke2k का अवतार

    joke2k/faker

    19,278GitHub पर देखें↗

    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
  • andythigpen/nvim-coverageandythigpen का अवतार

    andythigpen/nvim-coverage

    434GitHub पर देखें↗

    Displays test coverage data in the sign column

    Lua
    GitHub पर देखें↗434
  • avh4/elm-program-testavh4 का अवतार

    avh4/elm-program-test

    95GitHub पर देखें↗

    Test Elm programs

    Elm
    GitHub पर देखें↗95
  • aliesbelik/awesome-jmeteraliesbelik का अवतार

    aliesbelik/awesome-jmeter

    790GitHub पर देखें↗

    A collection of resources covering different aspects of JMeter usage.

    HTMLapache-jmeterawesomeawesome-list
    GitHub पर देखें↗790
  • badisi/wdio-harnessbadisi का अवतार

    badisi/wdio-harness

    6GitHub पर देखें↗

    🔬 WebdriverIO support for Angular component test harnesses

    TypeScript
    GitHub पर देखें↗6
  • bats-core/bats-corebats-core का अवतार

    bats-core/bats-core

    6,115GitHub पर देखें↗

    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-playwrightbgotink का अवतार

    bgotink/ngx-playwright

    28GitHub पर देखें↗

    Tools to run playwright e2e tests in an angular workspace

    JavaScript
    GitHub पर देखें↗28
  • airbnb/enzymeairbnb का अवतार

    airbnb/enzyme

    19,831GitHub पर देखें↗

    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-pytestaugustogoulart का अवतार

    augustogoulart/awesome-pytest

    554GitHub पर देखें↗
    awesomedigitaloceanhacktoberfest
    GitHub पर देखें↗554
  • christian-bromann/awesome-seleniumchristian-bromann का अवतार

    christian-bromann/awesome-selenium

    1,131GitHub पर देखें↗

    A curated list of delightful Selenium resources.

    awesomeawesome-listlist
    GitHub पर देखें↗1,131
  • asweigart/pyautoguiasweigart का अवतार

    asweigart/pyautogui

    12,564GitHub पर देखें↗

    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-gatlingaliesbelik का अवतार

    aliesbelik/awesome-gatling

    80GitHub पर देखें↗

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

    awesomeawesome-gatlingawesome-list
    GitHub पर देखें↗80
  • cleder/awesome-python-testingcleder का अवतार

    cleder/awesome-python-testing

    295GitHub पर देखें↗

    Collection of awesome 😎️ Python resources for testing

    awesomeawesome-listhacktoberfest
    GitHub पर देखें↗295
  • cobraframework/pytest-cobracobraframework का अवतार

    cobraframework/pytest-cobra

    27GitHub पर देखें↗

    PyTest plugin for testing smart contracts for Ethereum blockchain.

    Python
    GitHub पर देखें↗27
  • coderabbitai/awesome-coderabbitcoderabbitai का अवतार

    coderabbitai/awesome-coderabbit

    397GitHub पर देखें↗

    Official awesome-list of CodeRabbit Starters & Resources ⚡️

    aiawesomeawesome-list
    GitHub पर देखें↗397
  • conorhastings/redux-test-recorderconorhastings का अवतार

    conorhastings/redux-test-recorder

    492GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗492
  • bruderstein/unexpected-reactbruderstein का अवतार

    bruderstein/unexpected-react

    185GitHub पर देखें↗

    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-dashboardcyrus-and का अवतार

    cyrus-and/gdb-dashboard

    12,214GitHub पर देखें↗

    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/dapptoolsdapphub का अवतार

    dapphub/dapptools

    2,125GitHub पर देखें↗

    Dapp, Seth, Hevm, and more

    Haskell
    GitHub पर देखें↗2,125
  • david-kunz/jesterDavid-Kunz का अवतार

    David-Kunz/jester

    213GitHub पर देखें↗

    A Neovim plugin to easily run and debug Jest tests

    Lua
    GitHub पर देखें↗213
  • davidfritzsche/pytest-mypy-testingdavidfritzsche का अवतार

    davidfritzsche/pytest-mypy-testing

    34GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗34
  • dbader/pytest-mypydbader का अवतार

    dbader/pytest-mypy

    256GitHub पर देखें↗

    pytest-mypy

    Python
    GitHub पर देखें↗256
  • brikev/twdBRIKEV का अवतार

    BRIKEV/twd

    49GitHub पर देखें↗

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

    TypeScript
    GitHub पर देखें↗49