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
·
Back to coveragepy/coveragepy

Open-source alternatives to Coveragepy

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

  • joke2k/fakerAvatar de joke2k

    joke2k/faker

    19,278Ver en 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
    Ver en GitHub↗19,278
  • pytest-dev/pytestAvatar de pytest-dev

    pytest-dev/pytest

    13,645Ver en GitHub↗

    pytest is a testing framework for Python that provides a command-line runner for discovering and executing test suites. It is built on a modular architecture that uses standard language assertions to verify code correctness, automatically inspecting expressions to provide detailed failure reports without requiring specialized assertion methods. The framework distinguishes itself through a dependency injection system that manages setup and teardown logic by automatically resolving and injecting resources into test functions. It also features a hook-based plugin architecture that allows for dee

    Pythonhacktoberfestpythontest
    Ver en GitHub↗13,645
  • 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

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.

Find more with AI search
lk-geimfari/mimesisAvatar de lk-geimfari

lk-geimfari/mimesis

4,818Ver en 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
Ver en GitHub↗4,818
  • 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
  • litestar-org/polyfactoryAvatar de litestar-org

    litestar-org/polyfactory

    1,412Ver en GitHub↗
    Pythonbeaniedataclasseshacktoberfest
    Ver en GitHub↗1,412
  • 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
  • lundberg/respxAvatar de lundberg

    lundberg/respx

    806Ver en GitHub↗

    Mock HTTPX with awesome request patterns and response side effects 🦋

    Pythonhttpxmockpytest
    Ver en GitHub↗806
  • 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
  • andythigpen/nvim-coverageAvatar de andythigpen

    andythigpen/nvim-coverage

    434Ver en GitHub↗

    Displays test coverage data in the sign column

    Lua
    Ver en GitHub↗434
  • avh4/elm-program-testAvatar de avh4

    avh4/elm-program-test

    95Ver en GitHub↗

    Test Elm programs

    Elm
    Ver en GitHub↗95
  • augustogoulart/awesome-pytestAvatar de augustogoulart

    augustogoulart/awesome-pytest

    554Ver en GitHub↗
    awesomedigitaloceanhacktoberfest
    Ver en GitHub↗554
  • badisi/wdio-harnessAvatar de badisi

    badisi/wdio-harness

    6Ver en GitHub↗

    🔬 WebdriverIO support for Angular component test harnesses

    TypeScript
    Ver en GitHub↗6
  • bats-core/bats-coreAvatar de bats-core

    bats-core/bats-core

    6,115Ver en 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
    Ver en GitHub↗6,115
  • aliesbelik/awesome-jmeterAvatar de aliesbelik

    aliesbelik/awesome-jmeter

    790Ver en GitHub↗

    A collection of resources covering different aspects of JMeter usage.

    HTMLapache-jmeterawesomeawesome-list
    Ver en GitHub↗790
  • airbnb/enzymeAvatar de airbnb

    airbnb/enzyme

    19,831Ver en 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
    Ver en GitHub↗19,831
  • asweigart/pyautoguiAvatar de asweigart

    asweigart/pyautogui

    12,564Ver en 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
    Ver en GitHub↗12,564
  • christian-bromann/awesome-seleniumAvatar de christian-bromann

    christian-bromann/awesome-selenium

    1,131Ver en GitHub↗

    A curated list of delightful Selenium resources.

    awesomeawesome-listlist
    Ver en GitHub↗1,131
  • bruderstein/unexpected-reactAvatar de bruderstein

    bruderstein/unexpected-react

    185Ver en GitHub↗

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

    JavaScript
    Ver en GitHub↗185
  • astral-sh/ruffAvatar de astral-sh

    astral-sh/ruff

    48,177Ver en GitHub↗

    Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions as a comprehensive engine that scans source code to detect programming errors, security vulnerabilities, and deviations from established coding standards. By parsing source code into a structured tree representation, it provides both automated linting and style enforcement across entire projects. The tool distinguishes itself through its speed and deep integration into the development lifecycle. It utilizes parallelized file processing to maximize throughput on large codebases

    Rustlinterpep8python
    Ver en GitHub↗48,177
  • cleder/awesome-python-testingAvatar de cleder

    cleder/awesome-python-testing

    295Ver en GitHub↗

    Collection of awesome 😎️ Python resources for testing

    awesomeawesome-listhacktoberfest
    Ver en GitHub↗295
  • cobraframework/pytest-cobraAvatar de cobraframework

    cobraframework/pytest-cobra

    27Ver en GitHub↗

    PyTest plugin for testing smart contracts for Ethereum blockchain.

    Python
    Ver en GitHub↗27
  • coderabbitai/awesome-coderabbitAvatar de coderabbitai

    coderabbitai/awesome-coderabbit

    397Ver en GitHub↗

    Official awesome-list of CodeRabbit Starters & Resources ⚡️

    aiawesomeawesome-list
    Ver en GitHub↗397
  • coleifer/hueyAvatar de coleifer

    coleifer/huey

    5,933Ver en GitHub↗

    .. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png

    Pythondankpythonqueue
    Ver en GitHub↗5,933
  • conorhastings/redux-test-recorderAvatar de conorhastings

    conorhastings/redux-test-recorder

    492Ver en GitHub↗

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

    JavaScript
    Ver en GitHub↗492
  • cyrus-and/gdb-dashboardAvatar de cyrus-and

    cyrus-and/gdb-dashboard

    12,214Ver en 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
    Ver en GitHub↗12,214
  • dapphub/dapptoolsAvatar de dapphub

    dapphub/dapptools

    2,125Ver en GitHub↗

    Dapp, Seth, Hevm, and more

    Haskell
    Ver en GitHub↗2,125
  • david-kunz/jesterAvatar de David-Kunz

    David-Kunz/jester

    213Ver en GitHub↗

    A Neovim plugin to easily run and debug Jest tests

    Lua
    Ver en GitHub↗213
  • davidfritzsche/pytest-mypy-testingAvatar de davidfritzsche

    davidfritzsche/pytest-mypy-testing

    34Ver en GitHub↗

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

    Python
    Ver en GitHub↗34
  • aliesbelik/awesome-gatlingAvatar de aliesbelik

    aliesbelik/awesome-gatling

    80Ver en GitHub↗

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

    awesomeawesome-gatlingawesome-list
    Ver en GitHub↗80