-
python3-pytest-perf-0.14.0-1.lbn36.noarch
Run performance tests against the mainline code.
Usage
To use it, include pytest-perf in the test dependencies for your project, then create some Python module in your package. The plugin will include any module that contains the text “pytest_perf” and will run performance tests on each function containing “perf” in the name.
Tests don’t execute the module directly, but instead parse out the code of the function in two parts, the warmup and the test, separated by a “# end warmup” comment, and then passes those to the timeit module.
See the exercises.py module for example usage.
Design
pytest-perf works by creating two installs, the control and the experiment, and measuring the performance of some python code against each.
Under the hood, it uses pip-run to install from the upstream main branch (e.g. https:/github.com/jaraco/pytest-perf) for the control and from . for the experiment. It then runs each of the experiments against each of the enviroments.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-playwright-0.4.4-1.lbn36.noarch
Pytest plugin for Playwright [ that can be used to verify that future runs
produce the same data.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
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.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
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.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-rerunfailures-15.0-2.lbn36.noarch
pytest-rerunfailures is a plugin for py.test that re-runs tests to eliminate
intermittent failures.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-runner-6.0.1-1.lbn36.noarch
Setup scripts can use pytest-runner to add setup.py test support for pytest runner.
Python 3 version.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36