pytest-plugin
There are 358 repositories under pytest-plugin topic.
seleniumbase/SeleniumBase
Python APIs for web automation, testing, and bypassing bot-detection.
lk-geimfari/mimesis
Mimesis is a robust data generator for Python that can produce a wide range of fake data in multiple languages.
inducer/pudb
Full-screen console debugger for Python
pytest-dev/pytest-testinfra
Testinfra test your infrastructures
pytest-dev/pytest-xdist
pytest plugin for distributed testing and loop-on-failures testing modes.
pytest-dev/pytest-asyncio
Asyncio support for pytest
pytest-dev/pytest-django
A Django plugin for pytest.
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-dev/pytest-bdd
BDD library for the pytest runner
pytest-dev/pytest-html
Plugin for generating HTML reports for pytest results
pytest-dev/pyfakefs
Provides a fake file system that mocks the Python file system modules.
syrupy-project/syrupy
:pancakes: The sweeter pytest snapshot plugin
wemake-services/django-test-migrations
Test django schema and data migrations, including migrations' order and best practices.
pytest-dev/pytest-flask
A set of pytest fixtures to test Flask applications
microsoft/playwright-pytest
Pytest plugin to write end-to-end browser tests with Playwright.
computationalmodelling/nbval
A py.test plugin to validate Jupyter notebooks
darrenburns/pytest-clarity
A plugin to improve the output of pytest with colourful unified diffs
ClearcodeHQ/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.
TvoroG/pytest-lazy-fixture
It helps to use fixtures in pytest.mark.parametrize
okken/pytest-check
A pytest plugin that allows multiple failures per test.
miketheman/pytest-socket
Pytest Plugin to disable socket calls during tests
shawnbrown/datatest
Tools for test driven data-wrangling and data validation.
jerry-git/pytest-split
Pytest plugin which splits the test suite to equally sized "sub suites" based on test execution time.
pytest-dev/pytest-describe
Describe-style plugin for the pytest framework
Erotemic/xdoctest
A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of REGEX.
vapor-ware/kubetest
Kubernetes integration testing in Python via pytest
treebeardtech/nbmake
📝 Pytest plugin for testing notebooks
pytest-dev/pytest-order
pytest plugin that allows to customize the test execution order
alteryx/locust-grasshopper
a load testing tool extended from locust
CFMTech/pytest-monitor
Pytest plugin for analyzing resource usage during test sessions
RKrahl/pytest-dependency
Manage dependencies of tests
jllorencetti/pytest-deadfixtures
Plugin to list unused fixtures in your tests
numirias/pytest-json-report
🗒️ A pytest plugin to report test results as JSON
pytest-dev/pytest-instafail
py.test plugin to show failures instantly
yunstanford/pytest-sanic
a Pytest Plugin for Sanic.
aio-libs/pytest-aiohttp
pytest plugin for aiohttp support