You are here: Home

Modified items

All recently modified items, latest first.
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-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-error-for-skips-2.0.2-5.fc36.noarch
Pytest plugin to treat skipped tests a test failures.
RPMPackage python3-pytest-env-0.8.1-1.lbn36.noarch
pytest-env This is a pytest plugin that enables you to set environment variables in a pytest.ini or pyproject.toml file. Installation Install with pip: pip install pytest-env Usage In your pytest.ini file add a key value pair with env as the key and the environment variables as a line separated list of KEY=VALUE entries. The defined variables will be added to the environment before any tests are run: [pytest] env = HOME=~/tmp RUN_ENV=test Or with pyproject.toml: [tool.pytest.ini_options] env = [ "HOME=~/tmp", "RUN_ENV=test", ] Only set if not already set You can use D: (default) as prefix if you don't want to override existing environment variables: [pytest] env = D:HOME=~/tmp D:RUN_ENV=test Transformation You can use existing environment variables using a python-like format, these environment variables will be expended before setting the environment variable: [pytest] env = RUN_PATH=/run/path/{USER} You can apply the R: prefix to keep the raw valu
RPMPackage python3-pytest-enabler-1.2.1-1.lbn36.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: .. .. :target:
RPMPackage python3-pytest-doctestplus-0.11.2-2.fc36.noarch
The doctestplus plugin provides advanced features for testing example Python code that is included in Python docstrings and in standalone documentation files. Good documentation for developers contains example code. This is true of both standalone documentation and of documentation that is integrated with the code itself. Python provides a mechanism for testing code snippets that are provided in Python docstrings. The unit test framework pytest provides a mechanism for running doctests against both docstrings in source code and in standalone documentation files. This plugin augments the functionality provided by Python and pytest by providing the following features: * approximate floating point comparison for doctests that produce floating point results * skipping particular classes, methods, and functions when running doctests * handling doctests that use remote data in conjunction with the pytest-remotedata plugin * optional inclusion of *.rst files for doctests
RPMPackage python3-pytest-datafiles-2.0-7.fc36.noarch
This plugin allows you to specify one or several files/directories that are copied to a temporary directory (tmpdir) before the execution of the test. This means the original files are not modified and every test runs on its own version of the same files.
RPMPackage python3-pytest-datadir-1.3.1-2.fc36.noarch
This package contains a pytest plugin for manipulating test data directories and files.
RPMPackage python3-pytest-cover-3.0.0-1.lbn36.noarch
 
RPMPackage python3-pytest-cov-5.0.0-1.lbn36.noarch
This plugin produces coverage reports. Compared to just using coverage run this plugin does some extras: • Subprocess support: you can fork or run stuff in a subprocess and will get covered without any fuss. • Xdist support: you can use all of pytest-xdist’s features and still get coverage. • Consistent pytest behavior. If you run coverage run -m pytest you will have slightly different sys.path (CWD will be in it, unlike when running pytest). All features offered by the coverage package should work, either through pytest-cov’s command line options or through coverage’s config file.
RPMPackage python3-pytest-click-1.1.0-4.lbn36.noarch
pytest-click comes with some configurable fixtures - cli_runner and isolated_cli_runner.
RPMPackage python3-pytest-checkdocs-2.7.1-1.lbn36.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: .. .. image::