This package provides a pytest plugin for aiohttp support.
This package provides a pytest plugin for testing Jupyter libraries and extensions.
This plug-in auto-selects and reruns tests impacted by recent changes.
This package provides a Pytest plugin for manipulating test data directories and files.
This package provides a py.test plugin that aborts hanging tests after a timeout has been exceeded.
This is a meta-package that pulls in the dependencies that are used by astropy related packages.
This package provides a py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.
Pytest Toolbox contains many useful plugins for Pytest. Among them are new fixtures, new methods and new comparison objects.
python-pytest
uses one of four different spellings of parametrize. This plugin allows you to use all four.
Python asyncio code is usually written in the form of coroutines, which makes it slightly more difficult to test using normal testing tools. pytest-asyncio
provides useful fixtures and markers to make testing async code easier.
Python asyncio code is usually written in the form of coroutines, which makes it slightly more difficult to test using normal testing tools. pytest-asyncio
provides useful fixtures and markers to make testing async code easier.
Python asyncio code is usually written in the form of coroutines, which makes it slightly more difficult to test using normal testing tools. pytest-asyncio
provides useful fixtures and markers to make testing async code easier.
This Pytest plugin adds a cookies
fixture, which is a wrapper for the Cookiecutter API. This fixture helps you verify that your template is working as expected and takes care of cleaning up after running the tests.
Pytest-httpbin
creates a pytest
fixture that is dependency-injected into your tests. It automatically starts up a HTTP server in a separate thread running httpbin
and provides your test with the URL in the fixture.
The pytest-mockito
plugin provides base Mockito fixtures for Pytest. It covers the main entry points of the Mockito mocking framework and makes it easy to undo any monkey patching. The fixtures are:
when
when2
expect
patch
unstub
spy2
This Pytest plugin provides unittest subTest()
support and subtests
fixture.
Pytest-xprocess is an experimental py.test plugin for managing processes across test runs.
Python-pytest-warnings is a pytest plugin to list Python warnings in pytest report.
pytest-metadata
is a pytest
plugin that provides access to test session metadata.
This is a Pytest plugin to randomly order tests and control Python's random.seed
.
This package provides a py.test
plugin supplying fixtures and markers to simplify testing of asynchronous tornado applications.
This plugin defines Pytest markers to ensure that some tests, or groups of tests run in a specific order.
This plugin provides a set of fixtures and utility functions to start service processes for your tests with pytest.
Pytest-examples provides functionality for testing Python code examples in docstrings and markdown files, with its main features being:
lint code examples using ruff and black
run code examples
run code examples and check print statements are inlined correctly in the code
It can also update code examples in place to format them and insert or update print statements