Members
-
pytest ★ PINNED
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
Python ★ 14k 44m agoExplain → -
pluggy ★ PINNED
A minimalist production ready plugin system
Python ★ 1.6k 5d agoExplain → -
pytest-testinfra
Testinfra test your infrastructures
Python ★ 2.5k 2d agoExplain → -
pytest-cov
Coverage plugin for pytest.
Python ★ 2.0k 1mo agoExplain → -
pytest-mock
Thin-wrapper around the mock package for easier use with pytest
Python ★ 2.0k 1d agoExplain → -
pytest-xdist
pytest plugin for distributed testing and loop-on-failures testing modes.
Python ★ 1.9k 5d agoExplain → -
pytest-asyncio
Asyncio support for pytest
Python ★ 1.6k 1d agoExplain → -
pytest-django
A Django plugin for pytest.
Python ★ 1.5k 20d agoExplain → -
pytest-bdd
BDD library for the pytest runner
Python ★ 1.5k 5d agoExplain → -
pytest-html
Plugin for generating HTML reports for pytest results
Python ★ 772 5d agoExplain → -
pyfakefs
Provides a fake file system that mocks the Python file system modules.
Python ★ 744 5d agoExplain → -
pytest-randomly
:game_die: Pytest plugin to randomly order tests and control random.seed
Python ★ 712 8d agoExplain → -
pytest-flask
A set of pytest fixtures to test Flask applications
Python ★ 500 26d agoExplain → -
pytest-rerunfailures
a pytest plugin that re-runs failed tests up to -n times to eliminate flakey failures
Python ★ 468 1d agoExplain → -
pytest-qt
pytest plugin for Qt (PyQt5/PyQt6 and PySide2/PySide6) application testing
Python ★ 455 25d agoExplain → -
pytest-factoryboy
factory_boy integration the pytest runner
Python ★ 399 26d agoExplain → -
pytest-selenium
Plugin for running Selenium with pytest
Python ★ 353 26d agoExplain → -
cookiecutter-pytest-plugin
A Cookiecutter template for pytest plugins 💻
Python ★ 334 1y agoExplain → -
pytest-subtests ▣
unittest subTest() support and subtests fixture
Python ★ 256 7mo agoExplain → -
pytest-splinter
pytest splinter and selenium integration for anyone interested in browser interaction in tests
Python ★ 255 3y agoExplain → -
pytest-timeout
No description.
Python ★ 253 5mo agoExplain → -
pytest-describe
Describe-style plugin for the pytest framework
Python ★ 234 7d agoExplain → -
pytest-env
pytest plugin to set environment variables in pytest.ini or pyproject.toml file
Python ★ 228 5d agoExplain → -
pytest-order
pytest plugin that allows to customize the test execution order
Python ★ 209 3d agoExplain → -
pytest-repeat
pytest plugin for repeating test execution
Python ★ 191 9mo agoExplain → -
pytest-github-actions-annotate-failures
Pytest plugin to annotate failed tests with a workflow command for GitHub Actions
Python ★ 178 1d agoExplain → -
pytest-cpp
Use pytest's runner to discover and execute C++ tests
C++ ★ 147 15d agoExplain → -
pytest-instafail
py.test plugin to show failures instantly
Python ★ 146 3mo agoExplain → -
unittest2pytest
helps rewriting Python `unittest` test-cases into `pytest` test-cases
Python ★ 140 5d agoExplain → -
pytest-xprocess
pytest external process plugin
Python ★ 108 26d agoExplain → -
pytest-reportlog
Replacement for the --resultlog option, focused in simplicity and extensibility
Python ★ 103 26d agoExplain → -
execnet
distributed Python deployment and communication
Python ★ 100 5d agoExplain → -
pytest-forked
extracted --boxed from pytest-xdist to ensure backward compat
Python ★ 81 2mo agoExplain → -
pytest-print
pytest-print adds the printer fixture you can use to print messages to the user (directly to the pytest runner, not stdout)
Python ★ 80 5d agoExplain → -
pytest-random-order
pytest plugin to randomise the order of tests with some control over the randomness
Python ★ 78 5d agoExplain → -
pytest-variables
Plugin for providing variables to pytest tests/fixtures
Python ★ 75 26d agoExplain → -
py
Python development support library (note: maintenance only)
Python ★ 72 3y agoExplain → -
pytest-play
pytest plugin that let you automate actions and assertions with test metrics reporting executing plain YAML files
Python ★ 72 6y agoExplain → -
pytest-metadata
Plugin for accessing test session metadata
Python ★ 71 26d agoExplain → -
pytest-messenger
Pytest-messenger report plugin for all popular messengers like: Slack, DingTalk, Telegram
Python ★ 67 3y agoExplain → -
pytest-services
Collection of fixtures and utility functions to run service processes for your tests
Python ★ 65 9mo agoExplain → -
pytest-mimesis ▣
Mimesis integration with the pytest test runner. This plugin provider useful fixtures based on providers from Mimesis.
Python ★ 61 2y agoExplain → -
iniconfig
No description.
Python ★ 60 5d agoExplain → -
pytest-runner ▣
No description.
Python ★ 56 2y agoExplain → -
pytest-freezer
Pytest plugin providing a fixture interface for spulec/freezegun
Python ★ 56 1y agoExplain → -
pytest-incremental
py-test plugin: an incremental test runner
Python ★ 55 4mo agoExplain → -
apipkg
No description.
Python ★ 55 5d agoExplain → -
pytest-twisted
test twisted code with pytest
Python ★ 46 3mo agoExplain → -
pytest-fixture-tools
Pytest fixture tools
Python ★ 43 1y agoExplain → -
pytest-stress
A Pytest plugin that allows you to loop tests for a user defined amount of time.
Python ★ 43 3y agoExplain → -
pytest-faker
faker integration the pytest test runner
Python ★ 41 6y agoExplain → -
pytest-base-url
pytest plugin for URL based tests
Python ★ 39 26d agoExplain → -
pytest-sqlalchemy
SQLAlchemy helpers for pytest
Python ★ 39 1y agoExplain → -
nose2pytest
Scripts to convert Python Nose tests to PyTest
Python ★ 39 1mo agoExplain → -
pytest-cloud
Distributed tests planner plugin for pytest testing framework.
Python ★ 38 5y agoExplain → -
pytest-localserver
pytest plugin to test server connections locally. This repository was migrated from Bitbucket.
Python ★ 37 26d agoExplain → -
plugincompat
Test execution and compatibility checks for pytest plugins
CSS ★ 35 5y agoExplain → -
pytest-faulthandler ▣
py.test plugin that activates the fault handler module during testing
Python ★ 27 6y agoExplain → -
pytest-echo
pytest plugin to dump environment variables, package version and generic attributes.
Python ★ 23 9mo agoExplain → -
pygments-pytest
A pygments lexer for pytest output
Python ★ 23 7mo agoExplain → -
pytest-inline
pytest-inline is a pytest plugin for writing inline tests.
Python ★ 19 6mo agoExplain → -
pytest-iam
A lightweight and fully functional OAuth2 / OpenID Connect (OIDC) / SCIM server to be used in test suites.
Python ★ 17 22h agoExplain → -
pytest-plus
pytest-plus adds new features to pytest
Python ★ 12 7mo agoExplain → -
sprint
pytest development sprint 2026
★ 11 27d agoExplain → -
pytest-nunit
An Nunit output plugin for Pytest
Python ★ 10 2y agoExplain → -
design
Graphic design for Pytest project
★ 9 1y agoExplain → -
pytest-bpdb
pytest plugin for dropping to bpdb on test failures
Python ★ 8 11y agoExplain → -
pytest-tcpclient
pytest mocking of TCP clients
Python ★ 4 3y agoExplain → -
regendoc
No description.
Python ★ 3 1y agoExplain → -
blog.pytest.org
Repository for the official pytest blog
Python ★ 3 7y agoExplain → -
pytest-pastebin
Submit pytest failure or test session information to a pastebin service
Python ★ 2 1mo agoExplain → -
pytest-talks
public pytest talks and workshops - meant to help user groups spin up talks and workshops
HTML ★ 2 4y agoExplain → -
meta
Used for generic pytest organization issues, stuff that can impact multiple projects.
★ 1 5y agoExplain → -
pytest-scim2-server
SCIM2 server fixture for Pytest
Python ★ 1 7mo agoExplain → -
pytest-snap
No description.
Python ★ 1 9mo agoExplain → -
pytest-libfaketime
Prepare pytest for python-libfaketime - https://github.com/simon-weber/python-libfaketime
Python ★ 1 2y agoExplain → -
pyproject-fmt ⑂
Fork of pyproject-fmt so we can freeze it to the version we want in pytest
★ 0 3mo agoExplain → -
pytest-issue-2419
No description.
Python ★ 0 7y agoExplain →
No repos match these filters.