You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-pytest-trio-0.7.0-5.fc36.noarch
This is a pytest plugin to help you test projects that use Trio, a friendly library for concurrency and async I/O in Python.
RPMPackage python3-pytest-tornado-0.8.1-6.fc36.noarch
A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.
RPMPackage python3-pytest-toolbox-0.4-10.fc36.noarch
Numerous useful plugins for pytest.
RPMPackage python3-pytest-timeout-2.1.0-1.fc36.noarch
This is a plugin which will terminate tests after a certain timeout. When doing so it will show a stack dump of all threads running at the time. This is useful when running tests under a continuous integration server or simply if you don’t know why the test suite hangs.
RPMPackage python3-pytest-testmon-1.2.2-2.fc36.noarch
This is a py.test plug-in which automatically selects and re- executes only tests affected by recent changes. This a Python 3 version of the package.
RPMPackage python3-pytest-testinfra-6.8.0-1.fc36.noarch
With Testinfra you can write unit tests in Python to test actual state of your servers configured by management tools like Salt, Ansible, Puppet, Chef and so on. Testinfra aims to be a Serverspec equivalent in python and is written as a plugin to the powerful Pytest test engine.
RPMPackage python3-pytest-sugar-0.9.4-2.fc36.noarch
pytest-sugar is a plugin for pytest that shows failures and errors instantly and shows a progress bar.
RPMPackage python3-pytest-subprocess-1.5.2-2.lbn36.noarch
The plugin adds the fake_subprocess fixture. It can be used it to register subprocess results so you won't need to rely on the real processes. The plugin hooks on the subprocess.Popen(), which is the base for other subprocess functions. That makes the subprocess.run(), subprocess.call(), subprocess.check_call() and subprocess.check_output() methods also functional.
RPMPackage python3-pytest-steps-1.7.2-7.fc36.noarch
Create step-wise / incremental tests in pytest.
RPMPackage python3-pytest-splinter4-0.4.0-1.lbn36.noarch
pytest-splinter4 A pytest <>_ plugin for splinter <>_.pytest-splinter4 is a fork of pytest-splinter < with added features and fixes to support newer versions of pytest, pytest-xdist, splinter > 0.17.0, and selenium > 4.0. :target:
RPMPackage python3-pytest-spec-3.2.0-2.fc36.noarch
Pytest plugin to display test execution output like a SPECIFICATION. Available features: - Format output to look like specification. - Group tests by classes and files - Failed, passed and skipped are marked and colored. - Remove test_ and underscores for every test.
RPMPackage python3-pytest-sourceorder-0.6.0-2.fc36.noarch
Allows tests within a specially marked class to be run in source order, instead of the "almost alphabetical" order Pytest normally uses.
RPMPackage python3-pytest-smartcov-0.3-4.fc36.noarch
Smart coverage measurement and reporting for py.test test suites. Test suites are usually structured parallel to (or integrated with) the structure of the code they test. If you ask py.test to run a certain subset of your tests, you shouldn't have to also tell coverage which subset of your code it should measure coverage on for that run. With pytest-smartcov, you don't have to.
RPMPackage python3-pytest-shutil-1.7.0-14.fc36.noarch
This library is a goodie-bag of Unix shell and environment management tools for automated tests.
RPMPackage python3-pytest-services-2.2.1-2.fc36.noarch
This plugin provides a set of fixtures and utility functions to start service processes for your tests with pytest.
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-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.