awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to pytest-dev/pytest-repeat

Open-source alternatives to Pytest Repeat

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

  • 05798/pytest-git-selectorAvatar de 05798

    05798/pytest-git-selector

    10Voir sur GitHub↗

    pytest-git-selector is a simple project to automatically select tests that have been affected by code changes. This is mainly useful for reducing the number of tests in frequently run CI/CD jobs on feature branches (e.g. running tests based on differences between the merge base and the feature…

    Python
    Voir sur GitHub↗10
  • adamchainz/pytest-reverseAvatar de adamchainz

    adamchainz/pytest-reverse

    29Voir sur GitHub↗

    pytest-reverse

    Python
    Voir sur GitHub↗29
  • afluent/afluentAvatar de AFLuent

    AFLuent/AFLuent

    11Voir sur GitHub↗

    Spectrum Based Fault Localization Plugin for PyTest

    Python
    Voir sur GitHub↗11
  • ainsleymcgrath/pytest-embraceAvatar de ainsleymcgrath

    ainsleymcgrath/pytest-embrace

    11Voir sur GitHub↗

    The pytest-embrace plugin enables judicious, repeatable, lucid unit testing using.

    Python
    Voir sur GitHub↗11
  • bloomberg/pytest-memrayAvatar de bloomberg

    bloomberg/pytest-memray

    419Voir sur GitHub↗

    pytest-memray is a pytest plugin for easy integration of memray.

    Python
    Voir sur GitHub↗419
  • bp72/pytest-skipuntilAvatar de bp72

    bp72/pytest-skipuntil

    28Voir sur GitHub↗

    pytest-skipuntil

    Python
    Voir sur GitHub↗28

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • buserbrasil/django-migrations-ciAvatar de buserbrasil

    buserbrasil/django-migrations-ci

    34Voir sur GitHub↗

    Reuse database state on CI. Run migrations on CI tests only for changes.

    Python
    Voir sur GitHub↗34
  • cfmtech/pytest-monitorAvatar de CFMTech

    CFMTech/pytest-monitor

    179Voir sur GitHub↗

    .. image:: docs/sources/static/pytestmonitorreadme.png :width: 160 :align: center :alt: Pytest-Monitor

    Python
    Voir sur GitHub↗179
  • chrisguidry/pytest-opentelemetryAvatar de chrisguidry

    chrisguidry/pytest-opentelemetry

    39Voir sur GitHub↗

    Instruments your pytest runs, exporting the spans and timing via OpenTelemetry.

    Python
    Voir sur GitHub↗39
  • darrenburns/pytest-clarityAvatar de darrenburns

    darrenburns/pytest-clarity

    456Voir sur GitHub↗

    pytest-clarity

    Python
    Voir sur GitHub↗456
  • detachhead/pytest-robotframeworkAvatar de detachhead

    detachhead/pytest-robotframework

    40Voir sur GitHub↗

    pytest-robotframework is a pytest plugin that creates robotframework reports for tests written in python and allows you to run robotframework tests with pytest.

    Python
    Voir sur GitHub↗40
  • fmartins/pytest-capqueryAvatar de fmartins

    fmartins/pytest-capquery

    6Voir sur GitHub↗

    Testing your business logic is good, but documenting and testing your database interactions is critical.

    Python
    Voir sur GitHub↗6
  • freol35241/pytest-pinnedAvatar de freol35241

    freol35241/pytest-pinned

    10Voir sur GitHub↗

    pytest-pinned

    Python
    Voir sur GitHub↗10
  • gabrielcnr/pytest-datadirAvatar de gabrielcnr

    gabrielcnr/pytest-datadir

    275Voir sur GitHub↗

    pytest plugin for manipulating test data directories and files.

    Python
    Voir sur GitHub↗275
  • jaklimoff/pytest-pointersAvatar de jaklimoff

    jaklimoff/pytest-pointers

    7Voir sur GitHub↗

    Code coverage tools like coverage.py show you the instrumented code coverage of your tests, however it won't tell you if you've written specific unit tests for each of your code's units (here unit meaning function).

    Python
    Voir sur GitHub↗7
  • koaning/pytest-duration-insightsAvatar de koaning

    koaning/pytest-duration-insights

    82Voir sur GitHub↗

    This python package offers a small dashboard that helps you investigate long running pytest runs. It's built on top of the report that is generated by pytest-reportlog.

    Python
    Voir sur GitHub↗82
  • man-group/pytest-pluginsAvatar de man-group

    man-group/pytest-plugins

    597Voir sur GitHub↗

    OS | Build | Coverage | ------ |------------------------------------------------------------------------------------------------------------------------------------------------------------------| -------- |

    Python
    Voir sur GitHub↗597
  • max-sixty/pytest-acceptAvatar de max-sixty

    max-sixty/pytest-accept

    78Voir sur GitHub↗

    pytest-accept is a pytest plugin for automatically updating outputs. It runs along with pytest, observes the generated outputs, and writes them to the test's documented outputs.

    Python
    Voir sur GitHub↗78
  • miketheman/pytest-socketAvatar de miketheman

    miketheman/pytest-socket

    342Voir sur GitHub↗

    A plugin to use with Pytest to disable or restrict socket calls during tests to ensure network calls are prevented.

    Python
    Voir sur GitHub↗342
  • nschloe/pytest-codeblocksAvatar de nschloe

    nschloe/pytest-codeblocks

    119Voir sur GitHub↗

    Test code blocks in your READMEs.

    Python
    Voir sur GitHub↗119
  • okken/pytest-checkAvatar de okken

    okken/pytest-check

    423Voir sur GitHub↗

    A pytest plugin that allows multiple failures per test.

    Python
    Voir sur GitHub↗423
  • olzhasar/pytest-watcherAvatar de olzhasar

    olzhasar/pytest-watcher

    224Voir sur GitHub↗

    pytest-watcher is a tool to automatically rerun tests (using pytest by default) whenever your code changes.

    Python
    Voir sur GitHub↗224
  • pashkatrick/soft-assertAvatar de pashkatrick

    pashkatrick/soft-assert

    8Voir sur GitHub↗

    Soft assertions for Python/Pytest

    Python
    Voir sur GitHub↗8
  • pyodide/pytest-pyodideAvatar de pyodide

    pyodide/pytest-pyodide

    38Voir sur GitHub↗

    Pytest plugin for testing applications that use Pyodide

    Python
    Voir sur GitHub↗38
  • pytest-dev/pyfakefsAvatar de pytest-dev

    pytest-dev/pyfakefs

    746Voir sur GitHub↗

    pyfakefs implements a fake file system that mocks the Python file system modules. Using pyfakefs, your tests operate on a fake file system in memory without touching the real disk. The software under test requires no modification to work with pyfakefs.

    Python
    Voir sur GitHub↗746
  • pytest-dev/pytest-mimesisAvatar de pytest-dev

    pytest-dev/pytest-mimesis

    61Voir sur GitHub↗

    pytest-mimesis is a pytest plugin that provides pytest fixtures for Mimesis providers. This allows you to quickly and easily use randomized, dummy data as part of your test suite.

    Python
    Voir sur GitHub↗61
  • pytest-dev/pytest-randomlyAvatar de pytest-dev

    pytest-dev/pytest-randomly

    713Voir sur GitHub↗

    pytest-randomly

    Python
    Voir sur GitHub↗713
  • pytest-dev/pytest-reportlogAvatar de pytest-dev

    pytest-dev/pytest-reportlog

    103Voir sur GitHub↗

    pytest-reportlog

    Python
    Voir sur GitHub↗103
  • pytest-dev/pytest-testinfraP

    pytest-dev/pytest-testinfra

    2,470Voir sur GitHub↗

    ################################## Testinfra test your infrastructure ##################################

    Python
    Voir sur GitHub↗2,470
  • pytest-dev/pytest-xdistAvatar de pytest-dev

    pytest-dev/pytest-xdist

    1,869Voir sur GitHub↗

    pytest-xdist

    Python
    Voir sur GitHub↗1,869