The pytest-cache plugin provides tools to rerun failures from the last py.test invocation.
This package provides a pytest plugin for Sanic. It helps you to test your code asynchronously.
This package provides a pytest plugin to enable format checking with the Python code formatter "black".
This package provides a pytest fixture to mock httpx requests to be replied to with user provided responses.
This package provides a Pytest extension for sharding tests at the granularity of individual test cases, which can be run in parallel and on multiple machines.
pytest-sugar
is a plugin for py.test that changes the default look and feel of py.test, using a progress bar and showing failures and errors instantly.
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.
The pytest-xdist plugin extends py.test with some unique test execution modes: parallelization, running tests in boxed subprocesses, the ability to run tests repeatedly when failed, and the ability to run tests on multiple Python interpreters or platforms. It uses rsync to copy the existing program code to a remote location, executes there, and then syncs the result back.
Pytest plugin for checking Python source code with pyflakes.
This package provides a plugin for testing Cython extension modules.
This package provides a pytest plugin for efficiently checking PEP8 compliance.
This package provides a shim Pytest plugin to enable a Celery marker.
This package provides assorted shell and environment tools for the py.test testing framework.
This Pytest plugin automatically detects and loads environment variables from a .env file before running tests.
This package provides Pytest extension which disables all network calls flowing through Python's socket interface
This package provides a pytest-runner
command that setup.py
files can use to run tests.
This package provides a pytest-runner
command that setup.py
files can use to run tests.
This package provides a pytest-runner
command that setup.py
files can use to run tests.
Pytest-django is a plugin for py.test that provides a set of useful tools for testing Django applications and projects.
pytest-repeat
is a plugin for Pytest that makes it enables repeating a single test, or multiple tests, a specific number of times.
This package provides a Pytest plugin which enables running each test in a subprocess and will report if a test crashed the process. It can be useful to isolate tests against undesirable global environment side-effects (such as setting environment variables).
This package provides a Pytest plugin that allows multiple failures per test. This is a fork from pytest-expect which includes the following improvements:
showlocals support (the Pytest option)
global usage support (a fixture is not required)
output refinements and tweaks.
Enable installed pytest plugins
This package provides relaxed test discovery for pytest.