You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-pytest-mock-3.6.1-2.fc36.noarch
This plugin installs a mocker fixture which is a thin-wrapper around the patching API provided by the mock package, but with the benefit of not having to worry about undoing patches at the end of a test.
RPMPackage python3-pytest-metadata-1.7.0-8.fc36.noarch
Pytest plugin that provides access to test session metadata
RPMPackage python3-pytest-localserver-0.6.0-1.fc36.noarch
pytest-localserver is a plugin for the pytest testing framework which enables you to test server connections locally.
RPMPackage python3-pytest-lazy-fixture-0.6.3-5.fc36.noarch
Use fixtures in pytest.mark.parametrize.
RPMPackage python3-pytest-isort-2.0.0-2.fc36.noarch
py.test plugin to check import ordering using isort.
RPMPackage python3-pytest-integration-0.2.3-1.lbn36.noarch
pytest-integration OverviewPlugin for [pytest]( to mark tests as integration or slow integration.Integration tests are run after normal tests (unit tests) and slow integration tests are run after (quick) integration tests.If a unit test fails, (quick) integration and slow integration tests are not run.If a (quick) integration tests fails, slow integration tests are not run.If you have also...
RPMPackage python3-pytest-httpx-0.18.0-1.fc36.noarch
httpx_mock pytest fixture will make sure every httpx request will be replied to with user provided responses.
RPMPackage python3-pytest-httpserver-1.0.4-1.fc36.noarch
This library is designed to help to test http clients without contacting the real http server. In other words, it is a fake http server which is accessible via localhost can be started with the pre-defined expected http requests and their responses.
RPMPackage python3-pytest-httpbin-1.0.0-6.fc36.noarch
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 a local instance of httpbin (a web service for testing HTTP libraries) and provides your test with the URL in the fixture. This package provides the Python 3 implementation.
RPMPackage python3-pytest-html-3.2.0-1.lbn36.noarch
pytest-html pytest-html is a plugin for pytest <>_ that generates a HTML report for test results. :target:
RPMPackage python3-pytest-harvest-1.10.3-3.fc36.noarch
Store data created during test execution and retrieve it at the end.
RPMPackage python3-pytest-grpc-0.8.0-6.20210818git3f21554.fc36.noarch
Write tests for gRPC with pytest.
RPMPackage python3-pytest-freezegun-0.4.2-9.lbn36.noarch
This is a pytest plugin that let you wrap tests with fixtures in freeze_time. Features: - Freeze time in both the test and fixtures - Access the freezer when you need it
RPMPackage python3-pytest-forked-1.4.0-2.fc36.noarch
The pytest-forked plugin extends py.test by adding an option to run tests in isolated forked subprocesses. This is useful if you have tests involving C or C++ libraries that might crash the process. To use the plugin, simply use the --forked argument when invoking py.test.
RPMPackage python3-pytest-flask-1.3.0-1.lbn36.noarch
pytest-flask .. image::
RPMPackage python3-pytest-flakes-4.0.5-2.fc36.noarch
Py.test plugin for efficiently checking python source with pyflakes. Python 3 version.
RPMPackage python3-pytest-flake8-1.0.6-5.fc35.noarch
python-pytest-flake8 is a plugin for pytest to leverage flake8 to automatically and efficiently checking for PEP8 compliance of a project.
RPMPackage python3-pytest-fixture-config-1.7.0-13.fc36.noarch
Simple configuration objects for Py.test fixtures. Allows you to skip tests when their required config variables aren't set.
RPMPackage python3-pytest-filter-subpackage-0.1.1-6.fc36.noarch
This package contains a simple plugin for the pytest framework that provides a shortcut to testing all code and documentation for a given sub-package.
RPMPackage python3-pytest-expect-1.1.0-13.fc36.noarch
A py.test plugin that stores test expectations by saving the set of failing tests, allowing them to be marked as xfail when running them in future. The tests expectations are stored such that they can be distributed alongside the tests.