-
python3-pytest-mypy-plugins-1.9.3-1.lbn36.noarch
<img src" alt"mypy logo" width"300px"/> pytest plugin for testing mypy types,
stubs, and plugins[
or relative (i.e. run this test before this other test).
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-param-files-0.3.4-5.lbn36.noarch
A package to generate parametrized pytests from external files.
Create a text file with the dot format, then use the `param_file` pytest marker
to create a parametrized test.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-pep8-1.0.6-1.lbn36.noarch
py.test plugin for efficiently checking PEP8 compliance Usage install via:: pip
install pytest-pep8if you then type:: py.test --pep8every file ending in .py
will be discovered and pep8-checked, starting from the command line arguments.
.. warning:: Running pep8 tests on your project is likely to cause a lot of
issues. This plugin allows to configure on a per-project and per-file basis
which...
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
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 [![PyPI]( end-to-end tests for your web apps with
[Playwright]( and [pytest]( Support for **all modern browsers** including
Chromium, WebKit and Firefox. - Support for **headless and headed** execution.
- **Built-in fixtures** that provide browser primitives to test functions.
DocumentationSee on [playwright.dev]( for examples and more detailed
information.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-plone-0.5.0-1.lbn36.noarch
pytest-plone is a pytest plugin providing fixtures and helpers to test Plone add-ons.
This package is built on top of zope.pytestlayer.
Reasoning
Despite the fact Plone, and Zope, have their codebases tested with unittest, over the
years pytest became the most popular choice for testing in Python.
pytest is more flexible and easier to use than unittest and has a rich ecosystem of
plugins that you can use to extend its functionality.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36