You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-pytest-venv-0.2-6.fc36.noarch
pytest-venv is a simple pytest plugin that exposes a venv fixture. The fixture is used to create a new virtual environment which can be used to install packages and run commands inside tests.
RPMPackage python3-pytest-vcr-1.0.2-12.fc36.noarch
Py.test plugin for managing VCR.py cassettes
RPMPackage python3-pytest-twisted-1.12-1.lbn36.noarch
pytest-twisted is a plugin for pytest, which allows to test code, which uses the twisted framework. test functions can return Deferred objects and pytest will wait...
RPMPackage python3-pytest-trytond-0.1.0-1.lbn36.noarch
Pytest plugin for the Tryton server framework
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-subtests-0.5.0-2.fc36.noarch
pytest-subtests unittest subTest() support and subtests fixture.
RPMPackage python3-pytest-subprocess-1.4.0-1.fc36.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.