You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-pytest-sanic-1.8.1-3.fc36.noarch
A pytest plugin for Sanic. It helps you to test your code asynchronously very easy testing with async coroutines, common and useful fixtures, asynchronous fixture support, test_client/sanic_client and a test_server.
RPMPackage python3-pytest-runner-5.3.2-1.lbn36.noarch
Setup scripts can use pytest-runner to add setup.py test support for pytest runner. Python 3 version.
RPMPackage python3-pytest-rerunfailures-10.2-2.fc36.noarch
pytest-rerunfailures is a plugin for py.test that re-runs tests to eliminate intermittent failures.
RPMPackage python3-pytest-repeat-0.9.1-5.fc36.noarch
pytest-repeat is a plugin for py.test that makes it easy to repeat a single test, or multiple tests, a specific number of times.
RPMPackage python3-pytest-remotedata-0.3.3-2.fc36.noarch
This package provides a plugin for the pytest framework that allows developers to control unit tests that require access to data from the internet. Many software packages provide features that require access to data from the internet. These features need to be tested, but unit tests that access the internet can dominate the overall runtime of a test suite. The pytest-remotedata plugin allows developers to indicate which unit tests require access to the internet, and to control when and whether such tests should execute as part of any given run of the test suite.
RPMPackage python3-pytest-regressions-2.3.1-2.fc36.noarch
This pytest plugin makes it simple to test general data, images, files, and numeric tables by saving *expected* data in a *data directory* (courtesy of pytest-datadir) that can be used to verify that future runs produce the same data.
RPMPackage python3-pytest-randomly-3.11.0-2.fc36.noarch
Pytest plugin to randomly order tests and control random.seed.
RPMPackage python3-pytest-postgresql-6.0.0-1.lbn36.noarch
This is a pytest plugin, that enables you to test your code that relies on a running PostgreSQL Database. It allows you to specify fixtures for PostgreSQL process and client.
RPMPackage python3-pytest-plus-0.2-1.lbn36.noarch
PyTest Plus Plugin :: extends pytest functionality[![PyPI version]( [![Python versions]( [![Python Black Code Style]( plugin aims to be used to host multiple pytest extensions that meet the following criteria:* Keep py27 compatibility for the moment * Downgrade gracefully, meaning that if the plugin is removed, you will still be able to run pytest PYTEST_REQPASS
RPMPackage python3-pytest-playwright-0.4.4-1.lbn36.noarch
Pytest plugin for Playwright [![PyPI]( end-to-end tests for your web apps with [Playwright]( and [pytest]( Support for **all modern browsers** including Chromium, WebKit and Firefox. - Support for **headless and headed** execution. - **Built-in fixtures** that provide browser primitives to test functions. DocumentationSee on [playwright.dev]( for examples and more detailed information.
RPMPackage python3-pytest-perf-0.14.0-1.lbn36.noarch
Run performance tests against the mainline code. Usage To use it, include pytest-perf in the test dependencies for your project, then create some Python module in your package. The plugin will include any module that contains the text “pytest_perf” and will run performance tests on each function containing “perf” in the name. Tests don’t execute the module directly, but instead parse out the code of the function in two parts, the warmup and the test, separated by a “# end warmup” comment, and then passes those to the timeit module. See the exercises.py module for example usage. Design pytest-perf works by creating two installs, the control and the experiment, and measuring the performance of some python code against each. Under the hood, it uses pip-run to install from the upstream main branch (e.g. https:/github.com/jaraco/pytest-perf) for the control and from . for the experiment. It then runs each of the experiments against each of the enviroments.
RPMPackage python3-pytest-pep8-1.0.6-1.lbn36.noarch
py.test plugin for efficiently checking PEP8 compliance Usage install via:: pip install pytest-pep8if you then type:: py.test --pep8every file ending in .py will be discovered and pep8-checked, starting from the command line arguments. .. warning:: Running pep8 tests on your project is likely to cause a lot of issues. This plugin allows to configure on a per-project and per-file basis which...
RPMPackage python3-pytest-param-files-0.3.4-5.lbn36.noarch
A package to generate parametrized pytests from external files. Create a text file with the dot format, then use the `param_file` pytest marker to create a parametrized test.
RPMPackage python3-pytest-ordering-0.6-8.fc36.noarch
pytest-ordering is a pytest plugin to run your tests in any order that you specify. It provides custom markers that say when your tests should run in relation to each other. They can be absolute (i.e. first, or second-to-last) or relative (i.e. run this test before this other test).
RPMPackage python3-pytest-order-1.2.0-1.lbn36.noarch
_pytest-order_ - a pytest plugin to order test execution [![PyPI version]( [![Testsuite]( [![DocBuild]( [![codecov]( [![Python version](
RPMPackage python3-pytest-openfiles-0.5.0-6.fc36.noarch
The pytest-openfiles plugin allows for the detection of open I/O resources at the end of unit tests. This is particularly useful for testing code that manipulates file handles or other I/O resources. It allows developers to ensure that this kind of code properly cleans up I/O resources when they are no longer needed.
RPMPackage python3-pytest-mypy-plugins-1.9.3-1.lbn36.noarch
<img src" alt"mypy logo" width"300px"/> pytest plugin for testing mypy types, stubs, and plugins[![Tests Status]( [![Checked with mypy]( [![Gitter]( [![PyPI](
RPMPackage python3-pytest-mypy-0.9.1-1.lbn36.noarch
pytest-mypy Mypy static type checker plugin for pytest --* Runs the mypy static type checker on your source files as part of your pytest test runs. * Does for mypy_ what the pytest-flake8_ plugin does for flake8_. * This is a work in progress – pull requests appreciated. Installation You can install "pytest- mypy" via pip_ from PyPI_:.. code-block:: bash $ pip install pytest-mypyUsage You can...
RPMPackage python3-pytest-multihost-3.0-16.fc36.noarch
Allows pytest tests to run commands on several machines. The machines to run on are described on the command line, the tests specify how many machines they need and commands/checks to run on them.
RPMPackage python3-pytest-mpl-0.13-3.fc36.noarch
This is a plugin to facilitate image comparison for Matplotlib figures in pytest. Matplotlib includes a number of test utilities and decorators, but these are geared towards the nose testing framework. Pytest-mpl makes it easy to compare figures produced by tests to reference images when using pytest.