awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to nschloe/pytest-codeblocks

Open-source alternatives to Pytest Codeblocks

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

  • 05798/pytest-git-selector05798 avatar

    05798/pytest-git-selector

    10View on 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
    View on GitHub↗10
  • adamchainz/pytest-reverseadamchainz avatar

    adamchainz/pytest-reverse

    29View on GitHub↗

    pytest-reverse

    Python
    View on GitHub↗29
  • afluent/afluentAFLuent avatar

    AFLuent/AFLuent

    11View on GitHub↗

    Spectrum Based Fault Localization Plugin for PyTest

    Python
    View on GitHub↗11
  • ainsleymcgrath/pytest-embraceainsleymcgrath avatar

    ainsleymcgrath/pytest-embrace

    11View on GitHub↗

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

    Python
    View on GitHub↗11
  • bloomberg/pytest-memraybloomberg avatar

    bloomberg/pytest-memray

    419View on GitHub↗

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

    Python
    View on GitHub↗419
  • bp72/pytest-skipuntilbp72 avatar

    bp72/pytest-skipuntil

    28View on GitHub↗

    pytest-skipuntil

    Python
    View on GitHub↗28

AI search

Explore more awesome repositories

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

Find more with AI search
  • buserbrasil/django-migrations-cibuserbrasil avatar

    buserbrasil/django-migrations-ci

    34View on GitHub↗

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

    Python
    View on GitHub↗34
  • cfmtech/pytest-monitorCFMTech avatar

    CFMTech/pytest-monitor

    179View on GitHub↗

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

    Python
    View on GitHub↗179
  • chrisguidry/pytest-opentelemetrychrisguidry avatar

    chrisguidry/pytest-opentelemetry

    39View on GitHub↗

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

    Python
    View on GitHub↗39
  • darrenburns/pytest-claritydarrenburns avatar

    darrenburns/pytest-clarity

    456View on GitHub↗

    pytest-clarity

    Python
    View on GitHub↗456
  • detachhead/pytest-robotframeworkdetachhead avatar

    detachhead/pytest-robotframework

    40View on 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
    View on GitHub↗40
  • fmartins/pytest-capqueryfmartins avatar

    fmartins/pytest-capquery

    6View on GitHub↗

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

    Python
    View on GitHub↗6
  • freol35241/pytest-pinnedfreol35241 avatar

    freol35241/pytest-pinned

    10View on GitHub↗

    pytest-pinned

    Python
    View on GitHub↗10
  • gabrielcnr/pytest-datadirgabrielcnr avatar

    gabrielcnr/pytest-datadir

    275View on GitHub↗

    pytest plugin for manipulating test data directories and files.

    Python
    View on GitHub↗275
  • jaklimoff/pytest-pointersjaklimoff avatar

    jaklimoff/pytest-pointers

    7View on 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
    View on GitHub↗7
  • koaning/pytest-duration-insightskoaning avatar

    koaning/pytest-duration-insights

    82View on 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
    View on GitHub↗82
  • man-group/pytest-pluginsman-group avatar

    man-group/pytest-plugins

    597View on GitHub↗

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

    Python
    View on GitHub↗597
  • max-sixty/pytest-acceptmax-sixty avatar

    max-sixty/pytest-accept

    78View on 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
    View on GitHub↗78
  • miketheman/pytest-socketmiketheman avatar

    miketheman/pytest-socket

    342View on GitHub↗

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

    Python
    View on GitHub↗342
  • okken/pytest-checkokken avatar

    okken/pytest-check

    423View on GitHub↗

    A pytest plugin that allows multiple failures per test.

    Python
    View on GitHub↗423
  • olzhasar/pytest-watcherolzhasar avatar

    olzhasar/pytest-watcher

    224View on GitHub↗

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

    Python
    View on GitHub↗224
  • pashkatrick/soft-assertpashkatrick avatar

    pashkatrick/soft-assert

    8View on GitHub↗

    Soft assertions for Python/Pytest

    Python
    View on GitHub↗8
  • pyodide/pytest-pyodidepyodide avatar

    pyodide/pytest-pyodide

    38View on GitHub↗

    Pytest plugin for testing applications that use Pyodide

    Python
    View on GitHub↗38
  • pytest-dev/pyfakefspytest-dev avatar

    pytest-dev/pyfakefs

    746View on 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
    View on GitHub↗746
  • pytest-dev/pytest-mimesispytest-dev avatar

    pytest-dev/pytest-mimesis

    61View on 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
    View on GitHub↗61
  • pytest-dev/pytest-randomlypytest-dev avatar

    pytest-dev/pytest-randomly

    713View on GitHub↗

    pytest-randomly

    Python
    View on GitHub↗713
  • pytest-dev/pytest-repeatpytest-dev avatar

    pytest-dev/pytest-repeat

    192View on GitHub↗

    pytest-repeat

    Python
    View on GitHub↗192
  • pytest-dev/pytest-reportlogpytest-dev avatar

    pytest-dev/pytest-reportlog

    103View on GitHub↗

    pytest-reportlog

    Python
    View on GitHub↗103
  • pytest-dev/pytest-testinfraP

    pytest-dev/pytest-testinfra

    2,470View on GitHub↗

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

    Python
    View on GitHub↗2,470
  • pytest-dev/pytest-xdistpytest-dev avatar

    pytest-dev/pytest-xdist

    1,869View on GitHub↗

    pytest-xdist

    Python
    View on GitHub↗1,869