An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with pytest-plugin

A curated list of projects in awesome lists tagged with pytest-plugin .

https://github.com/lk-geimfari/mimesis

Mimesis is a robust data generator for Python that can produce a wide range of fake data in multiple languages.

data dataframe datascience dummy factory factory-boy fake fixtures generator json-generator mimesis mock pandas polars pytest-plugin python schema syntetic synthetic-data testing

Last synced: 28 Dec 2025

https://github.com/inducer/pudb

Full-screen console debugger for Python

bpython debug debugger ipython pdb pytest pytest-plugin python urwid

Last synced: 14 May 2025

https://github.com/pytest-dev/pytest-xdist

pytest plugin for distributed testing and loop-on-failures testing modes.

hacktoberfest pytest pytest-plugin

Last synced: 14 May 2025

https://github.com/pytest-dev/pytest-asyncio

Asyncio support for pytest

asyncio pytest-plugin python testing

Last synced: 14 May 2025

https://github.com/pytest-dev/pytest-django

A Django plugin for pytest.

django pytest pytest-plugin python python3

Last synced: 10 May 2025

https://github.com/teemu/pytest-sugar

a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly)

pytest pytest-plugin pytest-sugar python testing

Last synced: 11 May 2025

https://github.com/pytest-dev/pytest-bdd

BDD library for the pytest runner

bdd bdd-framework pytest-plugin python python3 testing

Last synced: 13 May 2025

https://github.com/Teemu/pytest-sugar

a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly)

pytest pytest-plugin pytest-sugar python testing

Last synced: 26 Mar 2025

https://github.com/pytest-dev/pytest-html

Plugin for generating HTML reports for pytest results

html plugin pytest pytest-plugin python

Last synced: 13 May 2025

https://github.com/pytest-dev/pyfakefs

Provides a fake file system that mocks the Python file system modules.

filesystem mocking pytest-plugin python unit-testing

Last synced: 11 Dec 2025

https://github.com/wemake-services/django-test-migrations

Test django schema and data migrations, including migrations' order and best practices.

django django-migrations django-orm django-test django-testing pytest pytest-plugin python python3

Last synced: 14 May 2025

https://github.com/microsoft/playwright-pytest

Pytest plugin to write end-to-end browser tests with Playwright.

playwright pytest-plugin testing-tools

Last synced: 14 May 2025

https://github.com/pytest-dev/pytest-flask

A set of pytest fixtures to test Flask applications

flask pytest pytest-flask pytest-plugin python testing unit-testing

Last synced: 17 Dec 2025

https://github.com/dbfixtures/pytest-postgresql

This is a pytest plugin, that enables you to test your code that relies on a running PostgreSQL Database. It allows you to specify fixtures for PostgreSQL process and client.

postgresql pytest pytest-plugin python

Last synced: 12 Dec 2025

https://github.com/computationalmodelling/nbval

A py.test plugin to validate Jupyter notebooks

ipython-notebook jupyter-notebook pytest pytest-plugin python testing

Last synced: 15 May 2025

https://github.com/darrenburns/pytest-clarity

A plugin to improve the output of pytest with colourful unified diffs

diff pytest pytest-plugin python testing

Last synced: 15 May 2025

https://github.com/tvorog/pytest-lazy-fixture

It helps to use fixtures in pytest.mark.parametrize

pytest pytest-plugin python python3 test testing

Last synced: 21 Oct 2025

https://github.com/TvoroG/pytest-lazy-fixture

It helps to use fixtures in pytest.mark.parametrize

pytest pytest-plugin python python3 test testing

Last synced: 26 Mar 2025

https://github.com/okken/pytest-check

A pytest plugin that allows multiple failures per test.

assertion-library pytest pytest-plugin

Last synced: 21 Oct 2025

https://github.com/miketheman/pytest-socket

Pytest Plugin to disable socket calls during tests

pytest-plugin python socket testing testing-tools

Last synced: 14 May 2025

https://github.com/shawnbrown/datatest

Tools for test driven data-wrangling and data validation.

data-wrangling pytest-plugin python quality-assurance testing unittest

Last synced: 18 Jan 2026

https://github.com/jerry-git/pytest-split

Pytest plugin which splits the test suite to equally sized "sub suites" based on test execution time.

pytest-plugin

Last synced: 12 Apr 2025

https://jerry-git.github.io/pytest-split/

Pytest plugin which splits the test suite to equally sized "sub suites" based on test execution time.

pytest-plugin

Last synced: 12 May 2025

https://github.com/erotemic/xdoctest

A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of RegEx.

docstrings doctest pytest pytest-plugin python

Last synced: 15 May 2025

https://github.com/Erotemic/xdoctest

A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of REGEX.

docstrings doctest pytest pytest-plugin python

Last synced: 29 Mar 2025

https://github.com/vapor-ware/kubetest

Kubernetes integration testing in Python via pytest

integration-testing kubernetes pytest pytest-plugin python testing

Last synced: 05 Apr 2025

https://github.com/treebeardtech/nbmake

๐Ÿ“ Pytest plugin for testing notebooks

jupyter jupyter-book jupyter-notebook nbsphinx notebook papermill pytest-plugin test

Last synced: 15 May 2025

https://github.com/cfmtech/pytest-monitor

Pytest plugin for analyzing resource usage during test sessions

cpu-monitoring integration-testing memory-monitoring pytest pytest-plugin python qatools quality

Last synced: 04 Apr 2025

https://github.com/CFMTech/pytest-monitor

Pytest plugin for analyzing resource usage during test sessions

cpu-monitoring integration-testing memory-monitoring pytest pytest-plugin python qatools quality

Last synced: 26 Mar 2025

https://github.com/jllorencetti/pytest-deadfixtures

Plugin to list unused fixtures in your tests

fixtures pytest pytest-plugin python

Last synced: 26 Mar 2025

https://github.com/numirias/pytest-json-report

๐Ÿ—’๏ธ A pytest plugin to report test results as JSON

json json-output json-report pytest pytest-json pytest-plugin python testing

Last synced: 12 Apr 2025

https://github.com/yunstanford/pytest-sanic

a Pytest Plugin for Sanic.

asyncio pytest pytest-plugin python3 sanic

Last synced: 08 Oct 2025

https://github.com/kataev/pytest-grpc

Allow test gRPC with pytest

pytest pytest-plugin

Last synced: 20 Oct 2025

https://github.com/abalkin/pytest-leaks

A pytest plugin to trace resource leaks.

leaks-test pytest-plugin trace-resource-leaks

Last synced: 30 Dec 2025

https://github.com/typeddjango/pytest-mypy-plugins

pytest plugin for testing mypy types, stubs, and plugins

mypy mypy-plugins mypy-stubs pep484 pytest pytest-plugin python

Last synced: 15 May 2025

https://github.com/aklajnert/pytest-subprocess

Pytest plugin to fake subprocess.

pytest pytest-plugin python python3 subprocess

Last synced: 08 Apr 2025

https://github.com/dbfixtures/pytest-redis

Redis fixtures and fixture factories for Pytest.This is a pytest plugin, that enables you to test your code that relies on a running Redis database. It allows you to specify additional fixtures for Redis process and client.

hacktoberfest pytest-plugin python redis

Last synced: 12 Dec 2025

https://github.com/omarkohl/pytest-datafiles

pytest plugin to create a tmpdir containing a preconfigured set of files and/or directories.

pytest pytest-plugin python

Last synced: 04 Jan 2026

https://github.com/pytest-dev/pytest-reportlog

Replacement for the --resultlog option, focused in simplicity and extensibility

pytest pytest-plugin testing

Last synced: 29 Mar 2025

https://github.com/etianen/logot

Test whether your code is logging correctly ๐Ÿชต

logging pytest-plugin python testing

Last synced: 13 Apr 2025

https://github.com/jc2k/pytest-docker-tools

Opionated helpers for creating py.test fixtures for Docker integration and smoke testing environments

docker integration-testing pytest pytest-plugin smoke-test

Last synced: 15 May 2025

https://github.com/vberlier/pytest-insta

A practical snapshot testing plugin for pytest.

pytest pytest-plugin snapshot snapshot-testing testing

Last synced: 06 Apr 2025

https://github.com/mintel/pytest-localstack

Pytest plugin for local AWS integration tests

amazon-web-services aws pytest pytest-plugin python testing testing-tools

Last synced: 10 Apr 2025

https://github.com/nyankiyoshi/pytest-django-queries

Generate performance reports from your django database performance tests.

benchmark benchmark-framework benchmark-suite benchmarking performance-monitoring pytest pytest-django pytest-plugin

Last synced: 25 Jul 2025

https://github.com/NyanKiyoshi/pytest-django-queries

Generate performance reports from your django database performance tests.

benchmark benchmark-framework benchmark-suite benchmarking performance-monitoring pytest pytest-django pytest-plugin

Last synced: 21 Mar 2025

https://github.com/pytest-dev/pytest-random-order

pytest plugin to randomise the order of tests with some control over the randomness

pytest pytest-plugin python random randomiser reordering shuffle tdd test testing

Last synced: 11 Dec 2025

https://github.com/pytest-dev/pytest-play

pytest plugin that let you automate actions and assertions with test metrics reporting executing plain YAML files

pytest pytest-plugin python python3 statsd test-automation test-metrics testing

Last synced: 19 Jul 2025

https://github.com/dbfixtures/pytest-elasticsearch

This is a pytest plugin that enables you to test your code that relies on a running Elasticsearch search engine. It allows you to specify fixtures for Elasticsearch process and client.

elasticsearch pytest pytest-plugin python

Last synced: 13 Dec 2025

https://github.com/pytest-dev/pytest-messenger

Pytest-messenger report plugin for all popular messengers like: Slack, DingTalk, Telegram

dingtalk dingtalk-python dingtalk-robot pytest pytest-plugin slack slack-webhook

Last synced: 07 Apr 2025

https://github.com/pytest-dev/pytest-mimesis

Mimesis integration with the pytest test runner. This plugin provider useful fixtures based on providers from Mimesis.

fake-data faker fixtures mimesis plugin pytest pytest-mimesis pytest-plugin testing testing-tools

Last synced: 11 May 2025

https://github.com/mrmino/pytest-edit

Type `pytest --edit` to open the failing test code โœจ

pytest pytest-plugin python

Last synced: 02 Aug 2025

https://github.com/saltstack/pytest-helpers-namespace

PyTest Helpers Namespace

pytest pytest-plugin

Last synced: 10 May 2025

https://github.com/dbfixtures/pytest-mysql

This is a pytest plugin, that enables you to test your code that relies on a running MySQL Database. It allows you to specify fixtures for MySQL process and client.

mysql pytest pytest-plugin python

Last synced: 09 Apr 2025

https://github.com/mark-adams/pytest-test-groups

A Pytest plugin that gives you a way to split your tests into groups of a specific size

pytest pytest-plugin

Last synced: 23 Jan 2026

https://github.com/cloudcoil/cloudcoil

Modern async-first Kubernetes client for Python with Pydantic models - bringing cloud-native operations and K8s development to life with elegant Pythonic APIs

async client cloud cloud-native k8s kubernetes modern pydantic pytest-plugin python

Last synced: 06 Apr 2025

https://github.com/chrisjsewell/pytest-notebook

A pytest plugin for regression testing and regenerating Jupyter Notebooks

coverage ipython-notebook jupyter jupyter-notebook nbdime notebook pytest pytest-plugin python

Last synced: 04 Apr 2025

https://github.com/dbfixtures/pytest-rabbitmq

This is a pytest plugin, that enables you to test your code that relies on a running RabbitMQ Queues. It allows you to specify additional fixtures for RabbitMQ process and client.

pytest pytest-plugin python rabbitmq

Last synced: 17 Aug 2025

https://github.com/mharrisb1/openai-responses-python

๐Ÿงช๐Ÿค– Pytest plugin for OpenAI requests

mock openai pytest-plugin python respx testing

Last synced: 05 May 2025

https://github.com/hackebrot/pytest-md

Plugin for generating Markdown reports for pytest results ๐Ÿ“

markdown pytest pytest-plugin python python3

Last synced: 17 Mar 2025

https://github.com/idlesign/pytest-djangoapp

Nice pytest plugin to help you with Django pluggable application testing.

django pytest pytest-plugin python python2 python3 testing testing-tools

Last synced: 05 Apr 2025

https://github.com/thirtytwobits/nanaimo

A delicious Python treat that makes on-target testing sweet and satisfying.

asyncio embedded embedded-systems pytest-plugin python3 robotics test typed

Last synced: 16 Mar 2025

https://github.com/zmievsa/pytest-fixture-classes

Fixtures as classes that work well with dependency injection, autocompletetion, type checkers, and language servers

annotations fixtures pytest pytest-plugin python testing type-hints unit-testing

Last synced: 16 Mar 2025

https://github.com/mondeja/pytest-blender

Pytest plugin for easy addons testing with Blender's Python interpreter

blender blender-python pytest-blender pytest-plugin

Last synced: 07 Apr 2025

https://github.com/pytest-dev/pytest-localserver

py.test plugin to test server connections locally. This repository was migrated from Bitbucket.

http https pytest-plugin python server smtp test testing unit-testing

Last synced: 07 Jul 2025

https://github.com/davidfritzsche/pytest-mypy-testing

pytest plugin to test mypy static type analysis

mypy pytest-plugin

Last synced: 13 May 2025

https://github.com/nolar/looptime

Time dilation & contraction in asyncio event loops (in tests)

asyncio asyncio-loop chronograph chronometer clock pytest pytest-fixtures pytest-plugin python python3 tests time timer

Last synced: 24 Dec 2025

https://github.com/praekeltfoundation/seaworthy

Test harness for Docker container images ๐ŸŒŠ ๐Ÿšข

docker integration-testing pytest-plugin python

Last synced: 30 Apr 2025

https://github.com/stranger6667/pytest-click

Pytest plugin for Click

click pytest pytest-plugin

Last synced: 15 Apr 2025

https://github.com/blueshoe/pytest-kubernetes

A :arrow_right: pytest plugin to make the management of (local) Kubernetes clusters a breeze. :rocket:

cicd k3d kind kubernetes minikube pytest pytest-plugin python testing

Last synced: 22 Aug 2025

https://github.com/nonebot/nonebug

NoneBot2 ๆต‹่ฏ•ๆก†ๆžถ / NoneBot2 test framework

nonebot2 pytest pytest-plugin

Last synced: 09 Apr 2025

https://github.com/marginalhours/pytest-involve

A pytest plugin to run tests pertaining to a specific file or changeset

pytest pytest-plugin python3

Last synced: 07 Sep 2025

https://github.com/reach2jeyan/pytest-report-plus

No dashboards. No bloat. Just one HTML file with everything you need. no config setup needed in both CI and local.

playwright playwright-pytest pytest pytest-html-reporter pytest-plugin python reporting selenium-pytest selenium-python

Last synced: 20 Jun 2025

https://github.com/idlesign/pytest-responsemock

Simplified requests calls mocking for pytest

mock mocking pytest pytest-plugin python python3 requests responses

Last synced: 30 Apr 2025

https://github.com/rhevm-qe-automation/pytest_jira

py.test plugin to integrate with JIRA

jira pytest-plugin python

Last synced: 06 May 2025

https://github.com/pyodide/pytest-pyodide

Pytest plugin for testing applications that use Pyodide

pyodide pytest pytest-plugin

Last synced: 30 Dec 2025

https://github.com/bp72/pytest-skipuntil

A simple pytest plugin to skip flapping test with deadline

pytest pytest-plugin python python3

Last synced: 12 Jan 2026

https://github.com/AndreyErmilov/pytest-mock-server

Mock server plugin for pytest

mock-server pytest pytest-plugin server

Last synced: 09 Apr 2025

https://github.com/livestreamx/overhave

Web-framework for BDD: scalable, configurable, easy to use, based on Flask Admin and Pydantic.

admin-panel allure bdd-framework flask-admin pydantic pytest pytest-bdd pytest-plugin python qa-tools redis-streams web-application

Last synced: 18 Jan 2026

https://github.com/meherett/pytest-solidity

PyTest plugin for testing smart contracts for Ethereum blockchain.

cobra ethereum ethereum-blockchain pytest pytest-cobra pytest-plugin python smart-contracts solidity

Last synced: 15 Dec 2025

https://github.com/andreyermilov/pytest-mock-server

Mock server plugin for pytest

mock-server pytest pytest-plugin server

Last synced: 02 Sep 2025

https://github.com/thombashi/pytest-md-report

A pytest plugin to generate test outcomes reports with markdown table format.

gfm markdown pytest pytest-plugin

Last synced: 10 Apr 2025

https://github.com/flyingcircusio/pytest-patterns

pytest-patterns is a plugin for pytest that provides a pattern matching engine optimized for testing.

pytest-plugin python testing

Last synced: 16 Jan 2026

https://github.com/zhukovgreen/pytest-when

Pytest plugin for more readable mocking

bdd mocking pytest pytest-plugin

Last synced: 08 Oct 2025

https://github.com/idlesign/pytest-datafixtures

Data fixtures for pytest made simple

datafixture fixtures pytest pytest-plugin python python3

Last synced: 04 May 2025

https://github.com/dbfixtures/pytest-mongo

This is a pytest plugin, that enables you to test your code that relies on a running MongoDB database. It allows you to specify fixtures for MongoDB process and client.

hacktoberfest mongodb pytest-plugin python

Last synced: 17 Mar 2025