You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-pytest-freezer-0.4.8-1.lbn36.noarch
Pytest plugin providing a fixture interface for freezegun.
RPMPackage python3-pytest-custom-exit-code-0.3.0-2.lbn36.noarch
Exit pytest test session with custom exit code in different scenarios Usage pytest --suppress-no-test-exit-code pytest --suppress-tests-failed-exit-code
RPMPackage python3-pytest-cookies-0.7.0-1.lbn36.noarch
pytest-cookies[pytest][pytest] is a mature testing framework for Python that is developed by a thriving and ever-growing community of volunteers. It uses plain assert statements and regular Python comparisons. At the core of the pytest test framework is a powerful hook-based plugin system.**pytest-cookies** is a pytest plugin that comes with a cookies fixture which is a wrapper for the...
RPMPackage python3-pytest-console-scripts-1.4.1-1.lbn36.noarch
pytest-console-scripts [![PyPI]( [![PyPI - License]( [![GitHub Workflow Status]( [![codecov](
RPMPackage python3-sphinx-pytest-0.1.1-1.lbn36.noarch
Helpful pytest fixtures for sphinx extensions. This extension provides pytest fixtures to "simulate" converting some source text to docutils AST at different stages; before transforms, after transforms, etc.
RPMPackage python3-pytest-xvfb-2.0.0-4.fc36.noarch
With Xvfb and the plugin installed, your testsuite automatically runs with Xvfb. This allows tests to be run without windows popping up during GUI tests or on systems without a display (like a CI). If Xvfb is not installed, the plugin does not run and your tests will still work as normal. However, a warning message will print to standard output letting you know that Xvfb is not installed. If you're currently using xvfb-run in something like .travis.yml, simply remove it and install this plugin instead - then you'll also have the benefits of Xvfb locally.
RPMPackage python3-pytest-xprocess-0.18.1-2.fc36.noarch
Experimental py.test <>_ plugin for managing processes across test runs.Usage install via:: pip install pytest-xprocessThis will provide a xprocess fixture which helps you to ensure that one ore more longer-running processes are present for your tests. You can use it to start and pre-configure test-specific databases (Postgres, Couchdb, ...).Additionally there are two new command line...
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.