Pinned Repositories
pluggy
A minimalist production ready plugin system
pytest
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
pytest-asyncio
Asyncio support for pytest
pytest-bdd
BDD library for the pytest runner
pytest-cov
Coverage plugin for pytest.
pytest-django
A Django plugin for pytest.
pytest-html
Plugin for generating HTML reports for pytest results
pytest-mock
Thin-wrapper around the mock package for easier use with pytest
pytest-testinfra
Testinfra test your infrastructures
pytest-xdist
pytest plugin for distributed testing and loop-on-failures testing modes.
pytest-dev's Repositories
pytest-dev/pytest
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
pytest-dev/pytest-mock
Thin-wrapper around the mock package for easier use with pytest
pytest-dev/pytest-cov
Coverage plugin for pytest.
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.
pytest-dev/pytest-bdd
BDD library for the pytest runner
pytest-dev/pluggy
A minimalist production ready plugin system
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.
pytest-dev/pytest-randomly
:game_die: Pytest plugin to randomly order tests and control random.seed
pytest-dev/pytest-flask
A set of pytest fixtures to test Flask applications
pytest-dev/pytest-qt
pytest plugin for Qt (PyQt5/PyQt6 and PySide2/PySide6) application testing
pytest-dev/pytest-rerunfailures
a pytest plugin that re-runs failed tests up to -n times to eliminate flakey failures
pytest-dev/pytest-subtests
unittest subTest() support and subtests fixture
pytest-dev/pytest-timeout
pytest-dev/pytest-order
pytest plugin that allows to customize the test execution order
pytest-dev/pytest-repeat
pytest plugin for repeating test execution
pytest-dev/pytest-env
pytest plugin to set environment variables in pytest.ini or pyproject.toml file
pytest-dev/pytest-github-actions-annotate-failures
Pytest plugin to annotate failed tests with a workflow command for GitHub Actions
pytest-dev/pytest-cpp
Use pytest's runner to discover and execute C++ tests
pytest-dev/unittest2pytest
helps rewriting Python `unittest` test-cases into `pytest` test-cases
pytest-dev/execnet
distributed Python deployment and communication
pytest-dev/pytest-print
pytest-print adds the printer fixture you can use to print messages to the user (directly to the pytest runner, not stdout)
pytest-dev/pytest-forked
extracted --boxed from pytest-xdist to ensure backward compat
pytest-dev/pytest-freezer
Pytest plugin providing a fixture interface for spulec/freezegun
pytest-dev/pytest-twisted
test twisted code with pytest
pytest-dev/pytest-fixture-tools
Pytest fixture tools
pytest-dev/nose2pytest
Scripts to convert Python Nose tests to PyTest
pytest-dev/pytest-localserver
py.test plugin to test server connections locally. This repository was migrated from Bitbucket.