You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-pytest-tornado-0.5.0-3.lbn25.py37.noarch
A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.
RPMPackage python2-pytest-timeout-1.3.1-2.lbn25.py37.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 python2-pytest-sugar-0.9.1-1.lbn25.py37.noarch
pytest-sugar[![]( ![]( is a plugin for [py.test]() that shows failures and errors instantly and shows a progress bar.![]( RequirementsYou will need the following prerequisites in order to use pytest-sugar:- Python 2.7, 3.4 or newer - pytest 2.9.0 or newer - pytest-xdist 1.14 or above if you want the progress bar to work while running tests in parallel InstallationTo install pytest- sugar:
RPMPackage python2-pytest-spec-1.1.0-7.lbn25.py37.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 python2-pytest-sourceorder-0.5-11.lbn25.noarch
Allows tests within a specially marked class to be run in source order, instead of the "almost alphabetical" order Pytest normally uses.
RPMPackage python2-pytest-shutil-1.2.6-5.lbn25.py37.noarch
This library is a goodie-bag of Unix shell and environment management tools for automated tests.
RPMPackage python2-pytest-runner-4.2-1.lbn25.noarch
Setup scripts can use pytest-runner to add setup.py test support for pytest runner. Python 2 version.
RPMPackage python2-pytest-rerunfailures-4.0-1.lbn25.py37.noarch
pytest-rerunfailures pytest-rerunfailures is a plugin for py.test <>_ that re- runs tests to eliminate intermittent failures. Requirements
RPMPackage python2-pytest-reqs-0.0.7-1.lbn25.py37.noarch
py.test plugin for checking requirements files Description --This plugin checks your requirements files for specific versions, and compares those versions with the installed libraries in your environment, failing your test suite if any are invalid or out of date.This is useful for keeping virtual environments up-to- date, and ensuring that your test suite is always being passed with the...
RPMPackage python2-pytest-reorder-0.1.0-1.lbn25.noarch
pytest_reorder |status| .. |statu Reorder tests depending on their nodeids (strings of test file path plus test name plus parametrization, like: test/test_ prefix_reordering.py::test_reordering_default[test_names5-expected_t est_order5]) .Normally tests are sorted alphabetically. That makes integration tests run before unit tests.With **pytest_reorder** you can install a hook that will change...
RPMPackage python2-pytest-relaxed-1.0.0-7.lbn25.py37.noarch
pytest-relaxed provides 'relaxed' test discovery for pytest. It is the spiritual successor to https://pypi.python.org/pypi/spec, but is built for pytest instead of nosetests, and rethinks some aspects of the design (such as a decreased emphasis on the display side of things.)
RPMPackage python2-pytest-pep8-1.0.6-15.lbn25.py37.noarch
Pytest plugin to check PEP8 requirements.
RPMPackage python2-pytest-multihost-3.0-4.lbn25.py37.noarch
Allows pytest tests to run commands on several machines. The machines to run on are described on the command line, the tests specify how many machines they need and commands/checks to run on them.
RPMPackage python2-pytest-moto-0.2.0-1.lbn25.noarch
pytestmoto Package status UsagePytestmoto is collection of fixtures which are running standalone moto server which can be later used by larger integration tests. All available fixtures:* moto_autoscaling runs moto server with autoscaling api endpoint on port 7002 * moto_cloudwatch runs moto server with cloudwatch api endpoint on port 7002 * moto_dynamodb runs moto server with dynamodb api ...
RPMPackage python2-pytest-mock-1.10.0-3.lbn25.py37.noarch
This plugin installs a mocker fixture which is a thin-wrapper around the patching API provided by the mock package, but with the benefit of not having to worry about undoing patches at the end of a test.
RPMPackage python2-pytest-isort-0.3.1-1.lbn25.noarch
py.test plugin to check import ordering using isort --install using pip:: pip install pytest-isortActivate isort checks when calling py.test:: py.test --isortThis will execute an isort check against every .py file (if its not ignored).-Given you have some files with incorrect sorted imports:: content of file1.py
RPMPackage python2-pytest-instafail-0.3.0-1.lbn25.py37.noarch
pytest-instafail |build status|_.. |build statu .. _build status: is a plugin for py.test <>_ that shows failures and errors instantly instead of waiting until the end of test session.Requirements You will need the following prerequisites in order to use pytest-instafail:- Python 2.6, 2.7, 3.2, 3.3, 3.4 or PyPy - pytest 2.3 or newerInstallation To install pytest-instafail:: $ pip install...
RPMPackage python2-pytest-httpbin-0.3.0-5.lbn25.py37.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 2 implementation.
RPMPackage python2-pytest-forked-0.2-5.lbn25.py37.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 python2-pytest-flakes-2.0.0-5.lbn25.py37.noarch
Py.test plugin for efficiently checking python source with pyflakes. Python 2 build.