You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-pytest-xdist-3.6.1-5.lbn36.noarch
The pytest-xdist plugin extends pytest with new test execution modes, the most used being distributing tests across multiple CPUs to speed up test execution: pytest -n auto With this call, pytest will spawn a number of workers processes equal to the number of available CPUs, and distribute the tests randomly across them.
RPMPackage python3-pytest-webdriver-1.7.0-1.lbn36.noarch
Pytest Webdriver FixtureThis fixture provides a configured webdriver for Selenium browser tests, that takes screenshots for you on test failures.
RPMPackage python3-pytest-watch-4.2.0-12.fc36.noarch
A zero-config CLI tool that runs [pytest][], and re-runs it when a file in your project changes. It beeps on failures and can run arbitrary commands on each passing and failing test run.
RPMPackage python3-pytest-virtualenv-1.7.0-13.fc36.noarch
Create a Python virtual environment in your test that cleans up on teardown. The fixture has utility methods to install packages and list what's installed.
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.13.1-1.lbn36.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.